aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-01-29 19:38:46 -0500
committerJP Appel <jeanpierre.appel01@gmail.com>2024-01-29 19:38:46 -0500
commit04ff379760a7147096a9dde670d3c9439c45b0ae (patch)
treecb25539680d728f44f23ede3087200b19cf263d8 /vim
parent41488ae9e20561cd495276f85447e4514ed9e52c (diff)
fix: add <CR> to vim binds
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 2ac3403..c5c209d 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -52,7 +52,7 @@ let g:netrw_liststyle=3
let mapleader=" "
" keybindings
-nnoremap gf :e <cfile>
-nnoremap ef :Lexplore
-nnoremap <Leader>q :botright cope
-nnoremap <Leader>l :aboveleft lope
+nnoremap gf :e <cfile><CR>
+nnoremap ef :Lexplore<CR>
+nnoremap <Leader>q :botright cope<CR>
+nnoremap <Leader>l :aboveleft lope<CR>