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
|
# 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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user