aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2024-05-02 12:59:17 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2024-05-02 12:59:17 +0200
commit948d78e52e803a3a2358e46d6c5f83899acd4b47 (patch)
treee9a94dc73b7295943c3cb44f8bf11fbeceab5e50
parent80a7d4033058877a1e0d3294a73e0adc2e7f96b1 (diff)
downloaddotfiles-master.tar.gz
-rw-r--r--tmux/tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index b69e4be..bcb54fa 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -9,6 +9,8 @@ bind-key -n C-b send-keys C-a
set-option -g history-limit 5000
bind c new-window -c "#{pane_current_path}"
+bind % split-window -h -c "#{pane_current_path}"
+bind \" split-window -h -c "#{pane_current_path}"
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R