summaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index d3b4d64..d8ec2f8 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -363,7 +363,9 @@ augroup END
" }}}
" ADDED AT WORK
+if has ("nvim")
tnoremap <Esc> <C-\><C-n>
+endif
augroup interoMaps
au!