Jakobus Schürz
d2f0657629
and use the same pathes for vim plugin repos on git.schuerz.at as on github.com
11 lines
257 B
Text
11 lines
257 B
Text
selectp -t 1 # select the first (1) pane
|
|
splitw -v -p 20 sudo journalctl -f # split it into two halves
|
|
|
|
selectp -t 1 # select the first (1) pane
|
|
splitw -h -p 40 sudo -i # split it into two halves
|
|
splitw -v -p 80
|
|
|
|
selectp -t 1 # go back to the first pane
|
|
|
|
|
|
|