diff options
author | luxagraf <sng@luxagraf> | 2021-05-05 20:20:52 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf> | 2021-05-05 20:20:52 -0400 |
commit | 484d4d8cbaa5145324d80456ab5ddb624f590ddc (patch) | |
tree | 10de629be1b9b597fe2acb935031c04199a268db /.tmux.conf | |
parent | dbb33e4bfbf7b9e7fe3f3a38cc501bc3d3aa4732 (diff) |
new openbox setupdebian
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -51,6 +51,10 @@ bind -n C-l run "(tmux display-message -p '#{pane_current_command}' | grep -iq v bind l send-keys 'C-l' # setup a decent environment bind m source-file ~/.tmux/thesetup +bind C-f source-file ~/.tmux/write-fict +bind C-x source-file ~/.tmux/write-lux +bind C-w source-file ~/.tmux/write-wire +bind C-d source-file ~/.tmux/dev set -g status-left-length 52 set -g status-right-length 451 |