diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-03-12 12:26:23 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-03-12 12:26:23 -0600 |
commit | a2798013c5267b3f2b82a3727d97a719adc4ae0c (patch) | |
tree | 3f283c7839281cc4fa683bbe0ddc882257bfb901 /plugin | |
parent | 02cc3b9fe2b15721b68d6920aaa50d0eaf0d98bf (diff) |
Adding isort to F5
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 |