diff options
author | Ekaitz Zárraga <ekaitz.zarraga@gmail.com> | 2016-08-10 09:57:21 +0200 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@gmail.com> | 2016-08-10 09:57:21 +0200 |
commit | bc5bd149d964cee2db78d87daea59e05563bb08d (patch) | |
tree | df6c2dfc41e8d9bf548fc54c1c76af06b4f1a9f9 | |
parent | 95a6d14df0e3b5390849f36a1fed33db834df980 (diff) |
Simple remap in terminal mode for NeoVim
-rw-r--r-- | nvim/nvim/init.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nvim/nvim/init.vim b/nvim/nvim/init.vim index 84b2cad..8736064 100644 --- a/nvim/nvim/init.vim +++ b/nvim/nvim/init.vim @@ -67,3 +67,6 @@ set hidden " Explore configured to show tree let g:netrw_liststyle= 3 + +" Make terminal remap to go out of insert mode +:tnoremap <Esc> <C-\><C-n> |