Skip to content

Commit

Permalink
move down a line after comment
Browse files Browse the repository at this point in the history
  • Loading branch information
X0nic committed May 6, 2013
1 parent 0e333e5 commit 8449c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ if has("gui_macvim")
nmap <D-M-LEFT> gT
" Comment lines with cmd+/
map <D-/> :TComment<cr>
map <D-/> :TComment<cr>j
vmap <D-/> :TComment<cr>gv
" Indent lines with cmd+[ and cmd+]
Expand Down

0 comments on commit 8449c8d

Please sign in to comment.