Compare commits

..

No commits in common. "b31bea45eafb62ddf1534e4a81a04a73931aae3c" and "86b542b4d0e6bc74a393e1681261b1e1d2b6bb37" have entirely different histories.

View file

@ -119,22 +119,6 @@ set commentstring=//%s
xnoremap <leader>dg :diffget<CR>
xnoremap <leader>dp :diffput<CR>
" Horizontal scroll
" normal mode
nnoremap <M-h> zh
nnoremap <M-H> zH
nnoremap <M-Left> zh
nnoremap <M-l> zl
nnoremap <M-L> zL
nnoremap <M-Right> zl
" visual mode
xnoremap <M-h> zh
xnoremap <M-H> zH
xnoremap <M-Left> zh
xnoremap <M-l> zl
xnoremap <M-L> zL
xnoremap <M-Right> zl
" }}}