Fancy tmux
This commit is contained in:
parent
7f2bb1585a
commit
bf4891512b
2 changed files with 13 additions and 5 deletions
|
|
@ -61,7 +61,7 @@ alias getclip='xclip -selection clipboard -o'
|
||||||
#machines
|
#machines
|
||||||
alias puck="ssh -D 7777 -Y barak@puck.barakmich.com"
|
alias puck="ssh -D 7777 -Y barak@puck.barakmich.com"
|
||||||
alias hero="ssh -D 7777 -Y barak@hero.barakmich.com"
|
alias hero="ssh -D 7777 -Y barak@hero.barakmich.com"
|
||||||
alias hermia="ssh barak@hermia.home.0b100.net"
|
alias hermia="ssh -Y barak@hermia.home.0b100.net"
|
||||||
|
|
||||||
#Cosmetic/useful
|
#Cosmetic/useful
|
||||||
#alias naim="naim --noscreen"
|
#alias naim="naim --noscreen"
|
||||||
|
|
|
||||||
16
.tmux.conf
16
.tmux.conf
|
|
@ -7,10 +7,11 @@ setw -g pane-base-index 1
|
||||||
bind-key C-o last-window
|
bind-key C-o last-window
|
||||||
bind-key C-a select-pane -t :.+
|
bind-key C-a select-pane -t :.+
|
||||||
bind-key a send-prefix
|
bind-key a send-prefix
|
||||||
bind-key j select-pane -D
|
bind r source-file ~/.tmux.conf
|
||||||
bind-key k select-pane -U
|
bind -n M-j select-pane -D
|
||||||
bind-key h select-pane -L
|
bind -n M-k select-pane -U
|
||||||
bind-key l select-pane -R
|
bind -n M-h select-pane -L
|
||||||
|
bind -n M-l select-pane -R
|
||||||
bind-key C-n next-window
|
bind-key C-n next-window
|
||||||
bind-key C-p previous-window
|
bind-key C-p previous-window
|
||||||
set -g set-titles off
|
set -g set-titles off
|
||||||
|
|
@ -30,6 +31,9 @@ bind -r L resize-pane -R 5
|
||||||
bind | split-window -h
|
bind | split-window -h
|
||||||
bind - split-window -v
|
bind - split-window -v
|
||||||
|
|
||||||
|
bind v split-window -h
|
||||||
|
bind = select-layout even-horizontal
|
||||||
|
|
||||||
# Status Bar
|
# Status Bar
|
||||||
#set -g status-bg black
|
#set -g status-bg black
|
||||||
set -g status-fg white
|
set -g status-fg white
|
||||||
|
|
@ -46,6 +50,10 @@ set-window-option -g window-status-style fg=white,bg=default,dim
|
||||||
|
|
||||||
# active window title colors
|
# active window title colors
|
||||||
set-window-option -g window-status-current-style fg=cyan,bg=default,bright
|
set-window-option -g window-status-current-style fg=cyan,bg=default,bright
|
||||||
|
|
||||||
|
set-window-option -g window-style fg=#aaaaaa,bg=terminal
|
||||||
|
set-window-option -g window-active-style fg=terminal,bg=terminal
|
||||||
|
|
||||||
set -g status-left '#[fg=green][ #H ][ '
|
set -g status-left '#[fg=green][ #H ][ '
|
||||||
set -g status-right '#[fg=green]][ #[bright]#[fg=blue]%Y-%m-%d #[fg=white]%I:%M #[dim]#[fg=green]]'
|
set -g status-right '#[fg=green]][ #[bright]#[fg=blue]%Y-%m-%d #[fg=white]%I:%M #[dim]#[fg=green]]'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue