dotfiles/.tmux.conf

6 lines
120 B
Plaintext
Raw Normal View History

2022-04-26 18:52:18 -05:00
set -g default-terminal "xterm-256color"
2022-04-26 11:15:41 -05:00
unbind C-b
set-option -g prefix C-a
bind z previous-window
bind x next-window