summaryrefslogtreecommitdiffstats
path: root/tmux.conf
blob: 4db08684e9393dfe9dc67e5c6bf921a2ce0f7d15 (plain)
1
2
3
4
# Default new panes and windows to be opened in the current panes path
bind-key c new-window -c "#{pane_current_path}"
bind-key % split-window -h -c "#{pane_current_path}"
bind-key "\"" split-window -c "#{pane_current_path}"
bues.ch cgit interface