From a50b3c3430c7c2031c8e7dd430c83569a8c78f16 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 24 Apr 2017 14:16:29 +0200 Subject: vimrc: Make a no-op Get rid of this freaking good-for-nothing command that keeps g'all dang messing me the frak up and closing my windows! --- vimrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vimrc') diff --git a/vimrc b/vimrc index d288cda..daa8533 100644 --- a/vimrc +++ b/vimrc @@ -363,6 +363,9 @@ " 2017.04.07: " * Make the "Ctrl-W q" command a no-op. " +" 2017.04.24: +" * Make "Ctrl-W Ctrl-Q" a no-op. +" " Pathogen @@ -655,6 +658,7 @@ nnoremap tl :execute "tabnext " . g:last_viewed_tab " Get rid of window quit command nnoremap q +nnoremap " Quickfix nnoremap ]q :cnext -- cgit v1.2.3