From 42b26a34889bf150f677ef6584d81509fa776339 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 22 Feb 2018 14:24:54 +0100 Subject: [BIG] Clean up the config --- plugin/misc-bindings.vim | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'plugin/misc-bindings.vim') diff --git a/plugin/misc-bindings.vim b/plugin/misc-bindings.vim index 470bbeb..4f9021d 100755 --- a/plugin/misc-bindings.vim +++ b/plugin/misc-bindings.vim @@ -11,8 +11,8 @@ nnoremap " << it's one less key to hit every time I want to save a file >> " -- Steve Losh (again) -"nnoremap ; : -"vnoremap ; : +nnoremap ; : +vnoremap ; : " From Kalenz's Vim config. Life changing. nnoremap @@ -32,8 +32,3 @@ nnoremap ! :tab sball nnoremap :make -" I DONT WANT TO USE AN ENCRYPTION KEY -" http://stackoverflow.com/questions/3878692/aliasing-a-command-in-vim -" cnoreabbrev X ((getcmdtype() is# ':' && getcmdline() is# 'X')?('x'):('X')) - - -- cgit v1.2.3