dotfiles

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

commit 44816bbbc4bff68bba978cf2507d10766f7aeb23
parent 66e54537eed5fbfac711d0c0890bc71e523c39ef
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sun,  2 Sep 2018 20:23:27 +0200

A few more helpful vim bindings

Diffstat:
Mdotfiles/vim-config/map.vimrc | 9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dotfiles/vim-config/map.vimrc b/dotfiles/vim-config/map.vimrc @@ -12,7 +12,7 @@ map q: <Nop> " Normal mode shortcuts nnoremap <leader>dif :Diff<cr> nnoremap <leader>/ :noh<cr> -nnoremap <leader>b :ls<cr> +nnoremap <leader>b :ls<cr>:b<Space> " Tab completion inoremap <expr> <tab> InsertTabWrapper() @@ -50,3 +50,10 @@ nnoremap <leader>dh :DeleteHiddenBuffers<cr> " Switch to alernative buffer nnoremap <leader>s :b#<cr> + +" Show hidden symbols +nnoremap <leader>hs :set list!<cr> + +" List marks +nnoremap <leader>mm :<C-u>marks<CR>:normal! ` +nnoremap <leader>ml :<C-u>marks a-z<CR>:normal ! `