tmux: misc changes to dwm binds
also status bar is back
This commit is contained in:
parent
ee61c33b95
commit
b1afd39a86
@ -2,7 +2,11 @@ unbind C-b
|
||||
set-option -g prefix C-a
|
||||
bind-key C-a send-prefix
|
||||
|
||||
set -g status off
|
||||
set -g status-position top
|
||||
set -g status-left-length 20
|
||||
set -g status-left '#{user}@#h'
|
||||
set -g status-right ""
|
||||
set -g status-justify centre
|
||||
|
||||
set escape-time 20
|
||||
|
||||
@ -43,6 +47,6 @@ bind -n C-w newpanecurdir
|
||||
bind -n C-c killpane
|
||||
bind -n C-u nextpane
|
||||
bind -n C-i prevpane
|
||||
bind -n C-Enter zoom
|
||||
bind -n C-b zoom
|
||||
bind h decmfact
|
||||
bind l incmfact
|
||||
|
@ -112,3 +112,7 @@ case $command in
|
||||
window) window $args;;
|
||||
*) echo "unknown command"; exit 1;;
|
||||
esac
|
||||
|
||||
# hacky fix to prevent tmux from displaying a "returned 1" prompt
|
||||
# probably ignoring something but can't matter that much
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user