diff options
author | Guangxiong Lin <[email protected]> | 2022-04-22 14:00:39 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-04-22 14:00:39 +0800 |
commit | 73fcd631323a6edf241abf04fe27121a92411f92 (patch) | |
tree | ec2d209f0d9d4da5574e3a0d741bc92fa6eebd80 | |
parent | 2a52b718c7b1f989665b278f07600f7ffb782f7f (diff) | |
download | dotfiles-73fcd631323a6edf241abf04fe27121a92411f92.tar.gz dotfiles-73fcd631323a6edf241abf04fe27121a92411f92.tar.bz2 dotfiles-73fcd631323a6edf241abf04fe27121a92411f92.zip |
Update tmux config
-rw-r--r-- | .tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ set-window-option -g mode-keys vi bind v split-window -h -c '#{pane_current_path}' bind s split-window -v -c '#{pane_current_path}' +bind c new-window -c "#{pane_current_path}" unbind '"' unbind % |