Change window close from <c-w> to <c-x>

This commit is contained in:
2023-09-04 13:33:27 +02:00
parent e17ae4fad2
commit 56f3b08936

View File

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