mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(tmux): tmux config
This commit is contained in:
parent
1c7e98e0c2
commit
c0bcbda34b
4 changed files with 39 additions and 4 deletions
18
.tmux.conf
18
.tmux.conf
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue