Vamshi's Vim Notes - 0 views
-
Cursor line and more... * You can turn on cursor line and cursor columns ':set cursorline' ':set cursorcolumn'
-
* Pressing 'q:' or ':<Ctrl-f>' gives the command history window (list of previously executed commands in the current session) * Pressing 'q/' or '/<Ctrl-f>' gives the command history window (list of previously executed commands in the current session)
-
Note: to highlight special keywords we can use the match option as ':hi <MyGroup> ctermbg=red' ':mat <MyGroup> /<pattern>/' To clear these highlights do ':mat[ch]'
- ...11 more annotations...