This repository has been archived on 2021-04-14. You can view files and clone it, but cannot push or open issues/pull-requests.
bare-dotfiles/.tmux.conf

15 lines
318 B
Plaintext

# Use C-j as secondary prefix key
set -g prefix2 C-j
# Send C-j when C-j C-j is pressed
bind-key C-j send-prefix -2
set -g default-terminal screen-256color
# Use vi-style key bindings in view-mode, tree-mode, etc.
#set -g mode-keys vi
# enable activity alerts
setw -g monitor-activity on
set -g visual-activity on