Added lu ld options to .vimrc

master
key 2 years ago
parent c2544f4e3c
commit 34c2df245f

@ -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 "[P]ut one line [D]own everything from the cursor till the end of the line
map <leader>pd d$o<ESC>p 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 "(WORD) Manipulation
"[W]ord [R]reformat for word under the cursor "[W]ord [R]reformat for word under the cursor
map <leader>wr ebvey:%s/<C-R>0//g<left><left> map <leader>wr ebvey:%s/<C-R>0//g<left><left>

Loading…
Cancel
Save