diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2023-06-22 17:40:44 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2023-06-22 17:40:44 +0200 |
commit | f7e1128a71c862ab3b5eb6bc0ad5996c1df44fa6 (patch) | |
tree | e9cd943be21bdfc37d1065f6547186f599cbdaed /stow/vim/.vim/rc | |
parent | 22bbedd73e2b31b5188b38ca3166e146c5f3d431 (diff) | |
download | configs-f7e1128a71c862ab3b5eb6bc0ad5996c1df44fa6.tar.gz configs-f7e1128a71c862ab3b5eb6bc0ad5996c1df44fa6.zip |
jue 22 jun 2023 17:40:44 CEST
Diffstat (limited to 'stow/vim/.vim/rc')
-rw-r--r-- | stow/vim/.vim/rc/maps.vim | 2 |
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> |