From c709b8746faf003817c383edc6955fa0bf369e70 Mon Sep 17 00:00:00 2001 From: jon Date: Sun, 23 Jul 2017 11:44:46 -0500 Subject: [PATCH] Fixed a typo in tmux.conf --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 2d02346..fdcaa00 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -24,5 +24,5 @@ bind k select-pane -U bind l select-pane -R # change base from 0 to 1 for reachability -set -f base-index 1 +set -g base-index 1