|
|
|
@ -73,6 +73,11 @@ map <leader>pu d$O<ESC>p
|
|
|
|
|
"[P]ut one line [D]own everything from the cursor till the end of the line
|
|
|
|
|
map <leader>pd d$o<ESC>p
|
|
|
|
|
|
|
|
|
|
"Put at then end of the [L]ine [U]pper from the cursor (everything from the cursor till the end of the line)
|
|
|
|
|
map <leader>lu DkA<ESC>p<ESC>jddk<ESC>I<ESC>
|
|
|
|
|
"Put at then end of the [L]ine [D]own(er) from the cursor (everything from the cursor till the end of the line)
|
|
|
|
|
map <leader>ld DjA<ESC>p<ESC>kddj<ESC>I<ESC>
|
|
|
|
|
|
|
|
|
|
"(WORD) Manipulation
|
|
|
|
|
"[W]ord [R]reformat for word under the cursor
|
|
|
|
|
map <leader>wr ebvey:%s/<C-R>0//g<left><left>
|
|
|
|
|