added sourround and end of line movements

This commit is contained in:
LEGAEPERESEC\jadonm 2024-07-16 18:07:19 +02:00
parent 013363ae94
commit a31112267b

View File

@ -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>co <to_line>` -> Copy range and paste onto line
`:<range_start>,<range_end_optional>d` -> Delete range `:<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 new