diff options
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/vim-options.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index ed17b70..f9e98ea 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -120,6 +120,7 @@ if has('nvim') tnoremap <A-k> <C-\><C-N><C-w>k tnoremap <A-l> <C-\><C-N><C-w>l tnoremap <ESC> <C-\><C-N> + nmap <F5> :!isort %<CR> nmap <F6> <C-w>s<C-w>k:edit term://bash<CR>i nmap <F7> <C-w>s<C-w>k:edit term://htop<CR><C-w>j else |