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 83d19e4 commit 8a24e6dCopy full SHA for 8a24e6d
vim notes.md
@@ -154,3 +154,5 @@
154
- use import readline; readline.parse_and_bind("set editing-mode vi") to get vi bindings in a python shell
155
156
- use q: to enter command mode. Here you get full vim controls to edit and run a : comnmand. If already in a : command hit ctrl + F
157
+
158
+- from a shell use vim -o to open multiple files in splits. use -O for vsplits.
0 commit comments