diff options
Diffstat (limited to 'tmux.conf')
-rw-r--r-- | tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ # unbind some default keybindings unbind C-b +set-option -sa terminal-features ',screen-256color:RGB' +set-option -g focus-events on + # set shell #set -g default-shell '/bin/ksh' |