mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #244 from mkomitee/master
ctrl-v is not a comment toggle in vim
This commit is contained in:
@@ -116,7 +116,7 @@ practice, because line-oriented command-line tools such as grep will
|
||||
not be aware that the commented code is inactive. It is better to add
|
||||
hashes at the proper indentation level for every commented line. Your
|
||||
editor probably has the ability to do this easily, and it is worth
|
||||
learning the comment/uncomment toggle. (*e.g.* ctrl-v on Vim)
|
||||
learning the comment/uncomment toggle.
|
||||
|
||||
Docstrings and Magic
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user