diff options
author | Victor Toso <victortoso@redhat.com> | 2016-03-16 11:05:07 +0100 |
---|---|---|
committer | Victor Toso <victortoso@redhat.com> | 2016-03-16 11:05:07 +0100 |
commit | ad8716292509a541d9b9f5ad1f9500d2032602e2 (patch) | |
tree | 9c2ccfb8631804d44b6a779439ff15d9dc1c6e02 | |
parent | 82173187537bc55a02278eb50e4b370f8a041ed4 (diff) |
tmux: open new window in the current path
-rw-r--r-- | tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ set -g history-limit 4096 bind-key C-t last-window +bind c new-window -c "#{pane_current_path}" bind-key i split-window -h -c "#{pane_current_path}" bind-key o split-window -v -c "#{pane_current_path}" |