nix/extraConfig.tmux

10 lines
267 B
Plaintext
Raw Normal View History

2022-11-15 17:32:46 +00:00
# VIM, Prefix, Renumber
setw -g mode-keys vi
set-option -g prefix C-t
set-option -g renumber-windows on
# Maintain Directory
bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
bind c new-window -c "#{pane_current_path}"