diff options
author | William Carroll <wpcarro@gmail.com> | 2017-09-15T16·05-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2017-09-15T16·05-0400 |
commit | da5a08c0b439c3dc60e9122375e802334fb07a27 (patch) | |
tree | ebb7b7a188f4f14b40f6e4588f22b8d65a66bb5e /configs/shared | |
parent | 4f9c58250669642732a276a1ada4c05934dfad11 (diff) |
Add Tim Pope's unimpaired vim plugin
Diffstat (limited to 'configs/shared')
-rw-r--r-- | configs/shared/.vimrc | 3 |
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' |