Advertisement
wariat

screenrc

Feb 2nd, 2015
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. defutf8 on
  2. vbell on # wizualny alarm
  3. defscrollback 10000 # duzy bufor przewijania
  4.  
  5. termcapinfo xterm* ti@:te@ # przewijanie myszką
  6.  
  7. escape ^\\ # przestawia escape na ^\ co nie moze byc wygodne ale chyba nie żre się z vim
  8.  
  9. # pasek statusu w ostatniej linijce
  10. caption always "%{= kw}%-w%{= BW}%n %t%{-}%+w %-= @%H - %LD %d %LM - %c"
  11.  
  12. #
  13. bindkey "^[[1;5D" prev # change window with ctrl-left
  14. bindkey "^[[1;5C" next # change window with ctrl-right
  15.  
  16.  
  17. #bindkey "^[[D" prev # change window with ctrl-left
  18. #bindkey "^[[C" next # change window with ctrl-right
  19. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement