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

This commit is contained in:
Yannick Reiß 2023-09-04 13:33:27 +02:00
parent e17ae4fad2
commit 56f3b08936
No known key found for this signature in database
GPG Key ID: 5A3AF456F0A0338C
1 changed files with 1 additions and 1 deletions

View File

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