Compare commits
No commits in common. "24c0fa0a6291ab1b78aff7dd7066e9eb23824e60" and "dbbb5a6a9056cc9b04d79db2960183e566f6ad59" have entirely different histories.
24c0fa0a62
...
dbbb5a6a90
1 changed files with 0 additions and 7 deletions
|
@ -103,13 +103,6 @@ map <Leader>% :split<CR>
|
|||
|
||||
" join with <leader>j
|
||||
nnoremap <leader>j :join<CR>
|
||||
" join up with <leader>J
|
||||
nnoremap <leader>J :move .-2<CR> :join<CR>
|
||||
|
||||
" split lines with <leader>s
|
||||
nnoremap <leader>s i<CR><ESC>
|
||||
" split lines up with <leader>S
|
||||
nnoremap <leader>S i<CR><ESC> V:m -2<CR>
|
||||
|
||||
" move screen a line up/down with alt U/D
|
||||
nmap <A-u> kzz
|
||||
|
|
Loading…
Add table
Reference in a new issue