fix: Moving back to the default keybinding for tmux as it causes issues

with using other non-customized systems and neovim completion defaults
This commit is contained in:
2026-04-21 08:10:36 -05:00
parent e79b18785a
commit 1d6b711561

View File

@@ -16,9 +16,9 @@ set-option -g allow-rename
# Bindings # Bindings
## More comfortable prefix binding ## More comfortable prefix binding
unbind C-b # unbind C-b
set-option -g prefix C-Space # set-option -g prefix C-Space
bind-key C-Space send-prefix # bind-key C-Space send-prefix
## More natural window splits ## More natural window splits
bind \\ split-window -h -c "#{pane_current_path}" bind \\ split-window -h -c "#{pane_current_path}"