dotfiles

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

commit 29aa67529f0bdfc8baadca3953e16cfdbaca88b8
parent 59b69fd5059fc70b843acab4bc5c19b2f32b3fff
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Wed, 23 May 2018 16:08:28 +0200

Removed a vim keybinding that I kept accidentally hitting

Diffstat:
Mvimrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/vimrc b/vimrc @@ -23,7 +23,10 @@ set showmatch set ignorecase set hlsearch set incsearch + +" Key bindings nnoremap ; : +map q: <Nop> " netrw configs let g:netrw_banner = 0