added sourround and end of line movements
This commit is contained in:
parent
013363ae94
commit
a31112267b
|
@ -54,6 +54,10 @@ Vim config file: C:\Users\jadonm\AppData\Local\nvim\init.lua
|
|||
`:<range_start>,<range_end_optional>co <to_line>` -> Copy range and paste onto line
|
||||
`:<range_start>,<range_end_optional>d` -> Delete range
|
||||
|
||||
`g_` -> Moves cursor to last non-blank character of current line
|
||||
* `vg_` -> Select till last non blank character of current line
|
||||
|
||||
`S(` -> [using Surround plugin] will add () around visual selection
|
||||
|
||||
new
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user