diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-09-25 11:42:04 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-09-25 11:42:04 -0400 |
| commit | 8e8c702e23122c8d5ed41db4d205d87ba8e43cec (patch) | |
| tree | 45e02fcf3ce9498805ca1222e9b024d3f3063cd0 /.config/tmux/tmux.conf | |
| parent | 39320cf1eac171ff5ecc847c8e9d36ff92329735 (diff) | |
| parent | aff828d935a1d032c3a2e1735ac58a56b679078d (diff) | |
| download | eibhear-8e8c702e23122c8d5ed41db4d205d87ba8e43cec.tar.gz eibhear-8e8c702e23122c8d5ed41db4d205d87ba8e43cec.tar.zst eibhear-8e8c702e23122c8d5ed41db4d205d87ba8e43cec.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice into master
Diffstat (limited to '.config/tmux/tmux.conf')
| -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 |
