dotfiles

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

commit 5a114d4f546ba4ff981067edad084f798a32e1e8
parent 74cc109d63713cba2d3de9151bda48b7eed0dfde
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Fri, 12 Oct 2018 14:15:23 +0200

Added : mapping to visual mode

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

diff --git a/vim/map.vimrc b/vim/map.vimrc @@ -2,6 +2,7 @@ let mapleader="," " Set the mapleader to be , " So I don't have to mash shift all the time nnoremap ; : +vnoremap ; : " NERDTree nnoremap <leader>f :NERDTreeToggle<cr>