Compare commits

..

No commits in common. "24c0fa0a6291ab1b78aff7dd7066e9eb23824e60" and "dbbb5a6a9056cc9b04d79db2960183e566f6ad59" have entirely different histories.

View file

@ -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