chore: add kitty and tmux to dotfiles
This commit is contained in:
19
.config/tmux/tmux.conf
Normal file
19
.config/tmux/tmux.conf
Normal file
@@ -0,0 +1,19 @@
|
||||
# Rebind the Prefix
|
||||
unbind C-b
|
||||
set-option -g prefix C-a
|
||||
bind-key C-a send-prefix
|
||||
|
||||
# Sane Split Commands
|
||||
bind | split-window -h
|
||||
bind - split-window -v
|
||||
unbind '"'
|
||||
unbind %
|
||||
|
||||
# Reload tmux config
|
||||
bind r source-file ~/.config/tmux/tmux.conf
|
||||
|
||||
# Enable Mouse control
|
||||
set -g mouse on
|
||||
|
||||
# Set Tmux TERM
|
||||
set -g default-terminal 'tmux-256color'
|
||||
Reference in New Issue
Block a user