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
|
||||
alias puck="ssh -D 7777 -Y barak@puck.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
|
||||
#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-a select-pane -t :.+
|
||||
bind-key a send-prefix
|
||||
bind-key j select-pane -D
|
||||
bind-key k select-pane -U
|
||||
bind-key h select-pane -L
|
||||
bind-key l select-pane -R
|
||||
bind r source-file ~/.tmux.conf
|
||||
bind -n M-j select-pane -D
|
||||
bind -n M-k select-pane -U
|
||||
bind -n M-h select-pane -L
|
||||
bind -n M-l select-pane -R
|
||||
bind-key C-n next-window
|
||||
bind-key C-p previous-window
|
||||
set -g set-titles off
|
||||
|
|
@ -30,6 +31,9 @@ bind -r L resize-pane -R 5
|
|||
bind | split-window -h
|
||||
bind - split-window -v
|
||||
|
||||
bind v split-window -h
|
||||
bind = select-layout even-horizontal
|
||||
|
||||
# Status Bar
|
||||
#set -g status-bg black
|
||||
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
|
||||
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-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