dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 119aac10f413d56a7024dc3592ba79a445b348c0
parent e79abd3a4e7def20d2d025cbc44ff779542d600d
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Wed,  5 Jun 2019 17:17:47 +0200

vim: a few more useful mappings

Former-commit-id: 5dc4e4ec01d9039b7ad6b1c42169eb386f71cb1c
Diffstat:
Mvim/map.vimrc | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/vim/map.vimrc b/vim/map.vimrc @@ -123,4 +123,7 @@ if mapcheck("<leader>F") == "" endif " Strip trailing whitespace -nnoremap <leader>$ :%s/ \+$//e<CR> +nnoremap <leader>$ m`:%s/ \+$//e<CR>`` + +nnoremap H :bprevious<CR> +nnoremap L :bnext<CR>