move to kitty

This commit is contained in:
DeveloperDurp 2024-07-24 17:04:59 -05:00
parent 71ccafd565
commit 8160460e7a
5 changed files with 92 additions and 2 deletions

View file

@ -6,7 +6,10 @@ set -g @yank_selection 'clipboard'
unbind C-b
set -g prefix C-Space
bind C-Space send-prefix
set -g allow-passthrough on
set -ga update-environment TERM
set -ga update-environment TERM_PROGRAM
# Vim style pane selection
bind h select-pane -L
bind j select-pane -D