dotfiles

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

commit 52ac35b5a302c30c4946df250601bfab48ec162c
parent ed72859705b106045c4551f1afca9d423e83dcc2
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Wed, 25 May 2022 21:12:40 +0200

vim: don't map zz in vim-smoothie, it looks weird

Diffstat:
Mvim/vimrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -448,6 +448,8 @@ let g:user_emmet_settings = { \ 'extends': 'html' \ } \ } +" Smoothie {{{3 +let g:smoothie_remapped_commands = ['<C-D>', '<C-U>', '<C-F>', '<C-B>'] " }}}1 " General {{{1 " Put viminfo in ~/.cache