diff options
| author | mo khan <mo.khan@gmail.com> | 2019-11-16 16:58:05 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-11-16 16:58:05 -0700 |
| commit | 2e28bbe743fa271cf7dfbd8142a089f30921f61d (patch) | |
| tree | cf54410a3edb5a5ed382103f66cc3aa9e7b4cce4 /ftplugin/ruby.vim | |
| parent | 5c421d3fecaa1dfc2539ad886434318230b1fb8a (diff) | |
split autocommands to separate filetypes
Diffstat (limited to 'ftplugin/ruby.vim')
| -rw-r--r-- | ftplugin/ruby.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftplugin/ruby.vim b/ftplugin/ruby.vim index 78673b7..aa1a619 100644 --- a/ftplugin/ruby.vim +++ b/ftplugin/ruby.vim @@ -60,3 +60,6 @@ nnoremap <leader>rap :RAddParameter<cr> nnoremap <leader>rit :RInlineTemp<cr> nnoremap <leader>rel :RExtractLet<cr> nnoremap <leader>rrlv :RRenameVariable<cr> + +" \c comment out line. +nnoremap <buffer> <localleader>c I# <esc> |
