diff options
author | Matthew Lemon <y@yulqen.org> | 2023-04-09 21:55:12 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-04-09 21:55:12 +0100 |
commit | a6fa62bc4b7429f6cd348fa465e06c2d04f24a0e (patch) | |
tree | e5f975addf2fc49de04963b516217943bd082c0b | |
parent | b6704dd95e076023797299fd7de7cf40f1ba8b10 (diff) |
Adds two settings that I was told to by :checkhealth
Diffstat (limited to '')
-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' |