add(tmux): tmux config

This commit is contained in:
Léana 江 2023-04-01 11:55:56 +02:00
parent 1c7e98e0c2
commit c0bcbda34b
4 changed files with 39 additions and 4 deletions

View file

@ -1 +1,19 @@
# mouse control
set -g mouse on
# enable italics
set -g default-terminal "xterm-256color"
# status bar style
set -g status-style bg=black,fg=white
set -g window-status-current-style bg=white,fg=black
set -g window-status-style bg=black,fg=white
# remap prefix
set -g prefix C-t
bind C-t send-prefix
unbind C-b
# jump to next window
bind -n C-n next-window