aboutsummaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index daa8533..821d5cc 100644
--- a/vimrc
+++ b/vimrc
@@ -366,6 +366,9 @@
" 2017.04.24:
" * Make "Ctrl-W Ctrl-Q" a no-op.
"
+" 2017.05.04:
+" * Add <leader>sm mapping to split chained method calls.
+"
" Pathogen
@@ -573,6 +576,10 @@ nnoremap <leader>z :call RunCurrentSpecFile()<cr>
nnoremap <leader>Z :call RunNearestSpec()<cr>
+" Whitespace method chain
+nnoremap <leader>sm :call whitespace_method_chain#SplitMethodChainToMultipleLines()<cr>
+
+
" Mappings
" ========