From f3ee7ca8ae9bbf9cfdc4c2bd438a8fac9b365d77 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 20 Oct 2020 19:41:25 +0200 Subject: vimrc: Make the `gS` command repeatable Allow repeating the ArgWrap mapping via 'repeat.vim' to make it even easier to use. --- vimrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 35394ba..2bec651 100644 --- a/vimrc +++ b/vimrc @@ -473,6 +473,9 @@ " 2020.10.13: " * Add command alias `T` to `TComment`. " +" 2020.10.19: +" * Make `gS` command repeatable. +" " Pathogen @@ -715,7 +718,7 @@ nnoremap sm :call whitespace_method_chain#SplitMethodChainToMultipleLine " ArgWrap -nnoremap gS :ArgWrap +nnoremap gS :call argwrap#toggle() silent! call repeat#set('gS') " TComment -- cgit v1.2.3