From aff828d935a1d032c3a2e1735ac58a56b679078d Mon Sep 17 00:00:00 2001 From: David Delarosa Date: Thu, 24 Sep 2020 23:38:20 +0300 Subject: [PATCH] reload tmux config from correct path (#820) --- .config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index d7e74f7..c74458e 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -27,7 +27,7 @@ unbind j unbind C-b # unbind default leader key unbind '"' # unbind horizontal split unbind % # unbind vertical split -bind-key r source-file ~/.tmux.conf +bind-key r source-file ~/.config/tmux/tmux.conf bind-key c split-window -v # split pane horizontally bind-key v split-window -h # split pane vertically bind-key Space list-panes