commit 6ca9c9dd0ae005caf3df71f4f97771e2e8332c96 parent bbba6d5e0d3195b3a6344702faa768537e01e9ed Author: MichaĆ M. Sapka <michal@sapka.me> Date: Mon, 13 Jun 2022 11:57:16 +0200 Fix backspace on mac Diffstat:
M | tmux/.tmux.conf | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf @@ -1,3 +1,5 @@ +set -g default-terminal "xterm-256color" + # Start windows and panes at 1, not 0 set -g base-index 1 setw -g pane-base-index 1