vim
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
vim [2012/04/26 12:40] – [VIM] k2patel | vim [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 97: | Line 97: | ||
l. if in doubt, press " | l. if in doubt, press " | ||
</ | </ | ||
+ | |||
+ | [[http:// | ||
==== File Cleaning ==== | ==== File Cleaning ==== | ||
Line 181: | Line 183: | ||
</ | </ | ||
+ | ==== Quick tools ==== | ||
+ | Comment line from current line. | ||
+ | <code bash> | ||
+ | : | ||
+ | </ | ||
==== Marking ==== | ==== Marking ==== | ||
<code vim> | <code vim> | ||
Line 255: | Line 261: | ||
^ - move to the beginning of the line | ^ - move to the beginning of the line | ||
`m - move to the location of mark m | `m - move to the location of mark m | ||
- | G - move to the end of the file | + | G - move to the end of the file |
+ | gg - move to the beginning | ||
) - move forward 1 sentence | ) - move forward 1 sentence | ||
H - move to the top of the display | H - move to the top of the display |
vim.1335444016.txt.gz · Last modified: 2020/08/10 02:29 (external edit)