This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
vim_comments [2016/11/18 13:29] osotolongo [To comment out blocks in vim:] |
vim_comments [2020/08/04 10:58] (current) |
||
---|---|---|---|
Line 12: | Line 12: | ||
==== To uncomment blocks in vim:==== | ==== To uncomment blocks in vim:==== | ||
- | press Esc (to leave editing or other mode) | + | * press Esc (to leave editing or other mode) |
- | + | | |
- | hit ctrl+v (visual block mode) | + | |
- | + | | |
- | use the up/down arrow keys to select the lines to uncomment. | + | |
- | + | | |
- | If you want to select multiple characters, use one or combine these methods: | + | |
- | + | | |
- | use the left/right arrow keys to select more text | + | |
- | + | | |
- | to select chunks of text use shift + left/right arrow key | + | |
- | + | ||
- | you can repeatedly push the delete keys below, like a regular delete button | + | |
- | + | ||
- | press d or x to delete characters, repeatedly if necessary | + | |
- | + | ||
- | press Esc | + | |
- | + | ||
- | Give it a second to work. | + |