Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- defutf8 on
- vbell on # wizualny alarm
- defscrollback 10000 # duzy bufor przewijania
- termcapinfo xterm* ti@:te@ # przewijanie myszką
- escape ^\\ # przestawia escape na ^\ co nie moze byc wygodne ale chyba nie żre się z vim
- # pasek statusu w ostatniej linijce
- caption always "%{= kw}%-w%{= BW}%n %t%{-}%+w %-= @%H - %LD %d %LM - %c"
- #
- bindkey "^[[1;5D" prev # change window with ctrl-left
- bindkey "^[[1;5C" next # change window with ctrl-right
- #bindkey "^[[D" prev # change window with ctrl-left
- #bindkey "^[[C" next # change window with ctrl-right
- #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement