djcev.com

//

Git Repos / dotfiles / tmux.conf.fix

Last update to this file was on 2021-12-13 at 10:18.

Show tmux.conf.fix

# Unknown creation date; last updated 2021/12/07.
set-option -gq default-terminal 'xterm-256color'
set-option -gq set-titles on
# set-titles-string
set-option -gq status-position top
set-option -ga terminal-overrides ',xterm-256color:Tc'

set-option -wq mode-keys vi

bind-key -n C-F1 select-window -t :=1
bind-key -n C-F2 select-window -t :=2
bind-key -n C-F3 select-window -t :=3
bind-key -n C-F4 select-window -t :=4
bind-key -n C-F5 select-window -t :=5
bind-key -n C-F6 select-window -t :=6
bind-key -n C-F7 select-window -t :=7
bind-key -n C-F8 select-window -t :=8
bind-key -n F12 copy-mode
# started having problems with home/end after setting term to xterm-256color
# above. Found the fix below at:
# stackoverflow.com/questions/18600188/home-end-keys-do-not-work-in-tmux
bind-key -n Home send Escape "OH"
bind-key -n End send Escape "OF"

set-option -g status-left '#[bg=xDK0s,fg=xDK4]%R '
set-option -g status-right '#[bg=xDK0s,fg=xDK4] #h:#S'
set-option -g status-right-length 20
set-option -g status-style 'bg=xDK0s,fg=xDK4'
set-option -g window-status-format '#[bg=xDK0s,fg=xDK4] #I.#W '
set-option -g window-status-current-format '#[bg=xLT4,fg=xDK1] #I!#W '
set-option -g window-status-separator ''

Return to the top of this page or return to the overview of this repo.

Log tmux.conf.fix

Date Commit Message Author + -
2021-12-13 Expanded redshift background.sh, misc. changes cev +5 -2
2021-12-08 Initial commit. Dotfiles, scripts, basic Makefile. cev +28  

Return to the top of this page or return to the overview of this repo.