pinwheel: Unbind C-z to avoid suspend-client

This commit is contained in:
Alexander Heldt
2023-11-19 17:52:08 +01:00
parent fe4b9e84ce
commit b9c91d9654

View File

@@ -40,6 +40,9 @@
bind r source-file ~/.config/tmux/tmux.conf \; display "Config reloaded"
# Remove accidental `suspend-client` triggers
unbind C-z
bind | split-window -h -c "#{pane_current_path}"
bind - split-window -v -c "#{pane_current_path}"