Guest User

Untitled

a guest
Jun 17th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. C-a S
  2.  
  3. C-a TAB
  4.  
  5. C-a X
  6.  
  7. :args newFile
  8.  
  9. :screen vi look-a-new-screen-window-started-with-vi.txt
  10.  
  11. bind j focus down
  12. bind k focus up
  13.  
  14. hardstatus alwayslastline "%{k}%-w%{.kY}%n %t%{-}%+w %= %H: %l %d/%m %c"
  15.  
  16. screen -t vim vim
  17. split
  18. focus down
  19. startup_message off
  20. screen -t home
Add Comment
Please, Sign In to add comment