diff options
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 " ======== |