Add terminal keybinding

master
Hektor Misplon 2020-05-20 19:14:07 +00:00
parent 3c5f08e6bb
commit 2695e64224
1 changed files with 4 additions and 1 deletions

5
.vimrc
View File

@ -55,7 +55,10 @@ nnoremap sK <C-w>8+
nnoremap sL <C-w>8>
" file tree
nnoremap sb :Lex<CR>
nnoremap sb :Lex<cr>
" terminal
nnoremap <leader>t :term<cr>
" hard mode
nnoremap <left> <nop>