From b0b66de6423366f49e2312d0b985b6ad7a427730 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sun, 20 Nov 2016 00:27:27 +0000 Subject: [PATCH] Add vim replay plugin for easy macro replay --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index b06dfd9..4176691 100644 --- a/vimrc +++ b/vimrc @@ -110,6 +110,8 @@ if !platform#is_windows() Plug 'tmux-plugins/vim-tmux-focus-events' endif +" replay macros with the enter key +Plug 'wincent/replay' " auto-pairs - paired delimiters Plug 'jiangmiao/auto-pairs' " vim-matchit - Improved % matching