Add window operating keys
This commit is contained in:
parent
720b175ffb
commit
c6bedc0e98
|
@ -95,3 +95,5 @@ function! Build()
|
|||
endfunction
|
||||
|
||||
nnoremap <C-b> :call Build()<CR>
|
||||
nnoremap <C-w> :bdelete<CR>
|
||||
nnoremap <C-y> :b#<CR>
|
||||
|
|
Loading…
Reference in New Issue