reload tmux config from correct path (#820)

This commit is contained in:
David Delarosa 2020-09-24 23:38:20 +03:00 committed by GitHub
parent b768fc601e
commit aff828d935
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ unbind j
unbind C-b # unbind default leader key unbind C-b # unbind default leader key
unbind '"' # unbind horizontal split unbind '"' # unbind horizontal split
unbind % # unbind vertical 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 c split-window -v # split pane horizontally
bind-key v split-window -h # split pane vertically bind-key v split-window -h # split pane vertically
bind-key Space list-panes bind-key Space list-panes