You've already forked dotfiles
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:
@@ -16,9 +16,9 @@ set-option -g allow-rename
|
||||
|
||||
# Bindings
|
||||
## More comfortable prefix binding
|
||||
unbind C-b
|
||||
set-option -g prefix C-Space
|
||||
bind-key C-Space send-prefix
|
||||
# unbind C-b
|
||||
# set-option -g prefix C-Space
|
||||
# bind-key C-Space send-prefix
|
||||
|
||||
## More natural window splits
|
||||
bind \\ split-window -h -c "#{pane_current_path}"
|
||||
|
||||
Reference in New Issue
Block a user