nvim: Remove window splitting shortcuts

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-02-26 10:49:00 +05:30
parent de3295178a
commit c015684a60

View file

@ -230,9 +230,6 @@ nnoremap <Leader>w <Esc>:w<CR>
" Search and Replace
nnoremap sr :%s//g<Left><Left>
nnoremap <Leader>sr :%s/\<<C-r><C-w>\>//g<Left><Left>
" Manage window splitting
nnoremap sh <Esc>:sp<CR>
nnoremap sv <Esc>:vsp<CR>
" Quit
nnoremap <Leader>x <Esc>:x<CR>
nnoremap <Leader>q <Esc>:q<CR>