dotfiles/.tmux.conf

6 lines
160 B
Bash

set -g status-keys vi
set -g mode-keys vi
set -g default-shell /usr/bin/zsh
# Open new window in current directory
bind c new-window -c "#{pane_current_path}"