dotfiles

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

commit 5badae5f90d1705b9daeebf9f881d7fcb4b3d6fe
parent 0f0996f2506dcac6b87d1b09308a2f588d500d41
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri,  5 Mar 2021 18:32:00 +0100

vim: restore ; functionality in visual mode

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

diff --git a/vim/vimrc b/vim/vimrc @@ -739,6 +739,7 @@ endif " To keep the old functionality of ; nnoremap : ; +vnoremap : ; " Disable q: cuz I hate it " (also C-F does the same)