Skip to content

Commit

Permalink
feat(terminal): (neovim) Leader+te to open terminal in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
LER0ever committed May 31, 2017
1 parent 51d9678 commit ccaa064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/keymap.vim
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,5 @@ map <silent> <F11> :call system("wmctrl -ir " . v:windowid . " -b toggle,fullscr
if has('nvim')
tnoremap <Esc> <C-\><C-n>
nnoremap <Leader>te :tabe term://$SHELL<CR>
endif

0 comments on commit ccaa064

Please sign in to comment.