From 3ce48c4323f38d3b61a08e7e2add5543adabe5d7 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 7 Jan 2021 21:10:43 +0100 Subject: Added vim Goyo plugin, changed default browser to qutebrowser, Added keybinding to go to next/prev element of command completion in qutebrowser --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 75c00f2..7f59de6 100644 --- a/.vimrc +++ b/.vimrc @@ -166,7 +166,7 @@ nnoremap bl :ls " vimrc {{{ nnoremap rc :vsplit $DOTDIR/.vimrc -nnoremap src :source $MYVIMRC +nnoremap sc :source $MYVIMRC " }}} " c {{{ -- cgit