diff options
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" + + |