mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
Add tmux config.
This commit is contained in:
4
tmux/.config/tmux/tmux.conf
Normal file
4
tmux/.config/tmux/tmux.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
# Make sure the new windows start in the CWD.
|
||||
bind c new-window -c '#{pane_current_path}'
|
||||
bind "\"" split-window -c '#{pane_current_path}'
|
||||
bind "\%" split-window -h -c '#{pane_current_path}'
|
||||
Reference in New Issue
Block a user