Skip to content

Commit 8a24e6d

Browse files
committed
added tip about opening multiple files in splits from the command line
1 parent 83d19e4 commit 8a24e6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vim notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,5 @@
154154
- use import readline; readline.parse_and_bind("set editing-mode vi") to get vi bindings in a python shell
155155

156156
- 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

Comments
 (0)