Allow double-escape to leave nvim terminal insert
diff --git a/modules/neovim/binds/binds.vim b/modules/neovim/binds/binds.vim
index 85e8886..794659c 100644
--- a/modules/neovim/binds/binds.vim
+++ b/modules/neovim/binds/binds.vim
@@ -57,3 +57,5 @@
 endfunction
 
 autocmd BufWinEnter ?* call s:loadViewOrUnfold()
+
+tnoremap <Esc><Esc> <C-\><C-n>