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