Change window close from <c-w> to <c-x>
This commit is contained in:
parent
e17ae4fad2
commit
56f3b08936
|
@ -97,5 +97,5 @@ function! Build()
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
nnoremap <C-b> :call Build()<CR>
|
nnoremap <C-b> :call Build()<CR>
|
||||||
nnoremap <C-w> :bdelete<CR>
|
nnoremap <C-x> :bdelete<CR>
|
||||||
nnoremap <C-y> :b#<CR>
|
nnoremap <C-y> :b#<CR>
|
||||||
|
|
Loading…
Reference in New Issue