about summary refs log tree commit diff
path: root/configs/shared/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'configs/shared/.vimrc')
-rw-r--r--configs/shared/.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/shared/.vimrc b/configs/shared/.vimrc
index b647eff2c526..72e943d8f9a0 100644
--- a/configs/shared/.vimrc
+++ b/configs/shared/.vimrc
@@ -71,6 +71,9 @@ Plugin 'tpope/vim-surround'
 " Allows Plugins to be repeated with `.` character
 Plugin 'tpope/vim-repeat'
 
+" Pairs of mappings
+Plugin 'tpope/vim-unimpaired'
+
 " Seamlessly navigate Vim and Tmux with similar bindings.
 Plugin 'christoomey/vim-tmux-navigator'