diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-03-20 09:47:53 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-03-20 09:47:53 -0600 |
commit | 87f9c9fe3d2fb17bc824484f9c14d264022169d2 (patch) | |
tree | 533c9fcbbf3175c7e66641d2e80fb57cd1834180 /plugin/vim-options.vim | |
parent | 4591084bd038cdb3f6e3542af810b568f1e538e7 (diff) |
Caused more errors then helped
Diffstat (limited to 'plugin/vim-options.vim')
-rw-r--r-- | plugin/vim-options.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index addfdc7..a74ee98 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -119,7 +119,6 @@ if has('nvim') tnoremap <A-j> <C-\><C-N><C-w>j 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 |