diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-04-12 13:04:12 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-04-12 13:04:12 +0200 |
commit | 269e617fea39658233db38ad503030c4fe040e80 (patch) | |
tree | 6a0287e6e892d5a673b6a60d1da9b013b2257a75 /ratpoison/screenrcnobar | |
parent | c955393cbd6e135fe351876f28993290df61fdfa (diff) | |
download | dotfiles-269e617fea39658233db38ad503030c4fe040e80.tar.gz dotfiles-269e617fea39658233db38ad503030c4fe040e80.tar.bz2 dotfiles-269e617fea39658233db38ad503030c4fe040e80.zip |
Spring cleanup!
Diffstat (limited to 'ratpoison/screenrcnobar')
-rw-r--r-- | ratpoison/screenrcnobar | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/ratpoison/screenrcnobar b/ratpoison/screenrcnobar deleted file mode 100644 index 57fccbf..0000000 --- a/ratpoison/screenrcnobar +++ /dev/null @@ -1,29 +0,0 @@ -#escape \\m -defscrollback 5000 -vbell off -startup_message off -altscreen on - -#multiuser -multiuser on -acladd vasko - -# look and feel - -activity "Activity in %t(%n)" - -# bind keys -bind 'l' lastmsg -bind 'q' meta -bind ' ' screen -bind 'a' title -bind 'h' split -h -bind 'v' split -v -bind 'x' remove -bind 'o' only -bind 'r' resize - -# bind buffer -bind b eval writebuf "exec !!! $HOME/.ratpoison/screenout" - - |