diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2024-05-02 12:59:17 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2024-05-02 12:59:17 +0200 |
commit | 948d78e52e803a3a2358e46d6c5f83899acd4b47 (patch) | |
tree | e9a94dc73b7295943c3cb44f8bf11fbeceab5e50 /tmux | |
parent | 80a7d4033058877a1e0d3294a73e0adc2e7f96b1 (diff) | |
download | dotfiles-948d78e52e803a3a2358e46d6c5f83899acd4b47.tar.gz |
tmux
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/tmux.conf | 2 |
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 |