summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2016-07-12 15:52:43 +0200
committerAhmed Abdelhalim <[email protected]>2016-07-12 15:52:43 +0200
commitb1afa517e0fe7c9116e7982b8aeb32ddfbddd75b (patch)
tree022b579a29a8a315922b0b56486b04f422cf3e05 /.vimrc
parentaea4eaf45d98ac868557daf3a4a1fc896e9b68c8 (diff)
CHORE: add the RuboCop autofix shortcut
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 5588c04..39b6d20 100644
--- a/.vimrc
+++ b/.vimrc
@@ -240,6 +240,7 @@ let g:mta_filetypes = { 'html' : 1 }
"=======
let g:vimrubocop_keymap = 0
nmap <Leader>r :RuboCop<CR>
+nmap <Leader>R :RuboCop -a<CR>
"Limelight"
"=========