diff options
| author | David Delarosa <xdavidel@gmail.com> | 2020-09-24 23:38:20 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-24 16:38:20 -0400 |
| commit | aff828d935a1d032c3a2e1735ac58a56b679078d (patch) | |
| tree | bd7c5e9a3dc32f814dc9f5d288e5ec87925e7e41 | |
| parent | b768fc601e9b587aa800cd0656a8eee170bd1c93 (diff) | |
| download | eibhear-aff828d935a1d032c3a2e1735ac58a56b679078d.tar.gz eibhear-aff828d935a1d032c3a2e1735ac58a56b679078d.tar.zst eibhear-aff828d935a1d032c3a2e1735ac58a56b679078d.zip | |
reload tmux config from correct path (#820)
| -rw-r--r-- | .config/tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
