diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-02-23 16:59:47 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-02-23 16:59:47 +0100 |
commit | 4b66da7ff8060fffdeac1cc4cb27f3182b3f2d46 (patch) | |
tree | d596ad6a67295d3f46e4ab189fd2b3539ea83c10 /ratpoison/screenrcnobar | |
download | dotfiles-4b66da7ff8060fffdeac1cc4cb27f3182b3f2d46.tar.gz dotfiles-4b66da7ff8060fffdeac1cc4cb27f3182b3f2d46.tar.bz2 dotfiles-4b66da7ff8060fffdeac1cc4cb27f3182b3f2d46.zip |
First commit of dotfiles.
Diffstat (limited to 'ratpoison/screenrcnobar')
-rw-r--r-- | ratpoison/screenrcnobar | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ratpoison/screenrcnobar b/ratpoison/screenrcnobar new file mode 100644 index 0000000..64aedfd --- /dev/null +++ b/ratpoison/screenrcnobar @@ -0,0 +1,25 @@ +#escape \\m +defscrollback 5000 +vbell off +startup_message off +altscreen on + +# 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" + + |