aboutsummaryrefslogtreecommitdiff
path: root/stow/vim/.vim/rc/maps.vim
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2023-06-22 17:40:44 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2023-06-22 17:40:44 +0200
commitf7e1128a71c862ab3b5eb6bc0ad5996c1df44fa6 (patch)
treee9cd943be21bdfc37d1065f6547186f599cbdaed /stow/vim/.vim/rc/maps.vim
parent22bbedd73e2b31b5188b38ca3166e146c5f3d431 (diff)
downloadconfigs-f7e1128a71c862ab3b5eb6bc0ad5996c1df44fa6.tar.gz
configs-f7e1128a71c862ab3b5eb6bc0ad5996c1df44fa6.zip
jue 22 jun 2023 17:40:44 CEST
Diffstat (limited to 'stow/vim/.vim/rc/maps.vim')
-rw-r--r--stow/vim/.vim/rc/maps.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/stow/vim/.vim/rc/maps.vim b/stow/vim/.vim/rc/maps.vim
index 2163f0d..3d3b80a 100644
--- a/stow/vim/.vim/rc/maps.vim
+++ b/stow/vim/.vim/rc/maps.vim
@@ -3,7 +3,7 @@
nnoremap Y y$
nnoremap <leader>x :w<CR>:! ./%
inoremap <leader>w <Esc>:w<Enter>
-inoremap <leader><leader> <Esc>/<++><Enter>cf>
+inoremap <leader><leader> <Esc>/<++><Enter>"_cf>
" Showing tabs and trailing spaces
nnoremap <leader>l :set list!<CR>