We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad3c49 commit c7bf417Copy full SHA for c7bf417
vim notes.md
@@ -148,3 +148,5 @@
148
- vim can read from stdin. To pipe stdin into vim use "<command> | vim - "
149
150
- you can check the current value of any setting by saying "set <settings>?"
151
+
152
+- use import readline; readline.parse_and_bind("set editing-mode vi") to get vi bindings in a python shell
0 commit comments