From 29d7ae371d0f25c29159800b999fa03818531246 Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Wed, 16 Dec 2020 10:35:50 +0100 Subject: [PATCH] vim: use noremap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ok ok, use the right way ™ https://learnvimscriptthehardway.stevelosh.com/chapters/05.html --- init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.vim b/init.vim index fd62742..c3b8bb4 100644 --- a/init.vim +++ b/init.vim @@ -123,7 +123,7 @@ endif " SETTINGS{{{ " disable Ex mode, who needs this anyway? -map Q +noremap Q set number " line numbers set autoread " reload file automatically set colorcolumn=100 " highlight column 99