aboutsummaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc5
1 files changed, 4 insertions, 1 deletions
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 <leader>sm :call whitespace_method_chain#SplitMethodChainToMultipleLine
" ArgWrap
-nnoremap gS :ArgWrap<cr>
+nnoremap gS :call argwrap#toggle() <Bar> silent! call repeat#set('gS')<cr>
" TComment