Nix-Config/users/tsv/tmux.conf

20 lines
379 B
Plaintext

set-option -g default-shell $SHELL
# switch to last window like screen
bind-key C-o last-window
# rebind escape key
set-option -g prefix C-o
unbind-key C-b
set -g default-terminal "tmux-256color"
set -g history-limit 10000
set -g history-file ~/.dotfiles/.tmux_history
bind-key j select-pane -D
bind-key k select-pane -U
bind-key l select-pane -R
bind-key h select-pane -L