dotfiles

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

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

vim: terminal mapping for ;

Former-commit-id: ee724922a3b3b6412b169ef0a35969ce78491e59
Diffstat:
Mvim/map.vimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/vim/map.vimrc b/vim/map.vimrc @@ -3,6 +3,7 @@ let mapleader=" " " Set the mapleader to be space " So I don't have to mash shift all the time nnoremap ; : vnoremap ; : +tnoremap <C-w>; <C-w>: " Disable q: cuz I hate it " (also C-F does the same)