dotfiles/tmux/.tmux.conf

50 lines
1.2 KiB
Plaintext
Raw Normal View History

2019-04-28 12:19:03 -05:00
new-session -A -s standard
kill-session -tstandard -a
# windows
2019-04-28 12:19:03 -05:00
new-window -tstandard -n text-editor emacsclient -c -nw
split-window -h -p 35 -P
split-window -v -P
new-window -tstandard -n browser links duckduckgo.com
new-window -tstandard -n multishell
split-window -h htop
split-window -v cmus
select-pane -tstandard:multishell.0
split-window -v
2019-05-12 06:05:38 -05:00
select-pane -tstandard:multishell.0
2019-04-28 12:19:03 -05:00
# bindings
2019-04-28 12:19:03 -05:00
unbind-key C-b
set -g prefix "C-a"
bind-key C-a send-prefix
#set -g prefix2 C-`
#bind-key C-` send-prefix -2
unbind-key l
bind-key h select-pane -L
bind-key j select-pane -D
bind-key k select-pane -U
bind-key l select-pane -R
bind r source-file ~/.tmux.conf
2019-04-28 12:19:03 -05:00
set -sg escape-time 0
set -g mouse on
# appearance
set -g status-justify right
set -g status-style "bg=colour0"
set -ag status-style "fg=colour7"
# ░ ▒ ▓ █
set -g window-status-current-format "#[fg=colour15, italics] #W "
set -g window-status-format "#[fg=colour8, italics] #W "
set -g status-left-length 100
set -g status-left "#[fg=colour15]#(date +"%H:%M") #[fg=colour8]hrs "
set -ag status-left "#[fg=colour15]#(date +"%d/%m")#[fg=colour8] #(date +"%Y") "
set -ag status-left "#[fg=colour7]#(battmux -q)#[fg=colour12] "