save
This commit is contained in:
@@ -1,34 +1,15 @@
|
||||
set -s escape-time 0
|
||||
set -g escape-time 0
|
||||
set-option -sa terminal-features ',xterm-256color:RGB'
|
||||
|
||||
unbind C-b
|
||||
set-option -g prefix C-s
|
||||
bind-key C-s send-prefix
|
||||
bind r source-file ~/.tmux.conf
|
||||
|
||||
bind -r k select-pane -U
|
||||
bind -r j select-pane -D
|
||||
bind -r h select-pane -L
|
||||
bind -r l select-pane -R
|
||||
bind -r ^ last-window
|
||||
|
||||
set -a terminal-features "tmux-256color:RGB"
|
||||
set -g prefix C-s
|
||||
set -g base-index 1
|
||||
set -g renumber-windows on
|
||||
set-window-option -g mode-keys vi
|
||||
|
||||
set -g renumber-windows on
|
||||
set -g mode-keys vi
|
||||
set -g status-position top
|
||||
set -g status-justify centre
|
||||
set -g status-style fg=colour8,bg=#000000
|
||||
set -g status-left-length 120
|
||||
set -g status-left-style fg=colour8,bg=#000000
|
||||
set -g status-right-style fg=colour8,bg=#000000
|
||||
set -g status-justify absolute-centre
|
||||
set -g status-style "bg=default"
|
||||
set -g window-status-current-style "fg=blue bold"
|
||||
set -g status-right ""
|
||||
set -g status-left "#S"
|
||||
|
||||
set -g status-left '#(echo "#{pane_current_path}" | sed "s|^/home/||")'
|
||||
set -g status-right '%H:%M'
|
||||
|
||||
setw -g window-status-style fg=colour8,bg=#000000
|
||||
setw -g window-status-format '#I:#W '
|
||||
|
||||
setw -g window-status-current-style fg=colour1,bg=#000000,bold
|
||||
set -g status-right '%I:%M %p'
|
||||
bind r source-file "~/.config/tmux/tmux.conf"
|
||||
bind b set -g status
|
||||
bind G neww -n "lazygit" lazygit
|
||||
|
||||
Reference in New Issue
Block a user