Skip to content

Commit

Permalink
Add mapping for # after 'r'.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgunyho committed Sep 24, 2016
1 parent 5afd6bb commit 1c0d64d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions after/ftplugin/python.vim
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ set smartindent

" remap ¤ to # to avoid mistakes when commenting.
inoremap <buffer> ¤ #
nnoremap r#
ia <buffer> improt import

0 comments on commit 1c0d64d

Please sign in to comment.