From 3028941812902927d249b1bcf06ae24ef9dd825b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik@grepit.se> Date: Fri, 21 Jan 2022 07:33:37 +0100 Subject: [PATCH] Add vim-unimpaired --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index c6c9931..22a7898 100644 --- a/.vimrc +++ b/.vimrc @@ -132,6 +132,9 @@ endif " Candidate for inclusion into my main plugins Plug 'tpope/vim-sensible' +" complementary pairs of mappings +" Adds [n ]n for jumping between conflicts +Plug 'tpope/vim-unimpaired' " Supporting plugins for python-mode Plug 'Konfekt/FastFold' -- GitLab