Created
October 30, 2014 07:54
-
-
Save junmakii/924b9e4f897b9fddd957 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| startup_message off | |
| vbell off | |
| #set bindings so we can easily access windows 10-18 | |
| bind ) select 10 | |
| bind ! select 11 | |
| bind @ select 12 | |
| bind \# select 13 | |
| bind \$ select 14 | |
| bind % select 15 | |
| bind \^ select 16 | |
| bind & select 17 | |
| bind * select 18 | |
| bind ( select 19 | |
| bind j focus down | |
| bind k focus up | |
| bind t focus top | |
| term screen-256color | |
| terminfo rxvt-unicode 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' | |
| hardstatus on | |
| hardstatus alwayslastline | |
| #hardstatus string "%{.0W}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %M %D %d, %c:%s %Y" | |
| #backtick 1 1 1 $HOME/.screen_hardstatus | |
| hardstatus string "%{.0W}%-w%{.rW}%n %t%{-}%+w %=%{.0W}%1` | %{.0W} %D %m %d, %c:%s %Y" | |
| # Set encoding utf8 | |
| defutf8 on | |
| #escape `` | |
| #escape ^pp | |
| escape ^oo | |
| #bindkey ^M command | |
| #screen -t "vim" vim | |
| screen -t "terminal" | |
| screen -t "editor" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment