Small updates for tmux + helix
This commit is contained in:
@@ -4,7 +4,7 @@ set -as terminal-features ",xterm*:RGB"
|
||||
set -g mouse on
|
||||
set -g base-index 1
|
||||
set -g pane-base-index 1
|
||||
set -sg escape-time 0
|
||||
set -s escape-time 10
|
||||
|
||||
# remap prefix from 'C-b' to 'C-f'
|
||||
unbind l
|
||||
@@ -42,12 +42,12 @@ bind m command-prompt "new-session -s %1"
|
||||
unbind '"'
|
||||
unbind %
|
||||
|
||||
bind '\' split-window -h -l 40% -c "#{pane_current_path}"
|
||||
bind '`' split-window -v -l 35% -c "#{pane_current_path}"
|
||||
bind '`' split-window -h -l 40% -c "#{pane_current_path}"
|
||||
bind '\' split-window -v -l 35% -c "#{pane_current_path}"
|
||||
|
||||
bind-key -n 'C-\' run-shell -b "~/.local/bin/tmux-toggle-term"
|
||||
bind-key -n 'C-\' run-shell -b "~/.local/bin/tmux-toggle-term float"
|
||||
bind g run-shell 'tmux popup -d "#{pane_current_path}" -xC -yC -w90% -h90% -E gitu'
|
||||
bind f run-shell 'tmux popup -d "#{pane_current_path}" -xC -yC -w90% -h90% -E "~/.local/bin/tmux-lf-helix"'
|
||||
bind e run-shell 'tmux popup -d "#{pane_current_path}" -xC -yC -w90% -h90% -E "~/.local/bin/tmux-lf-helix"'
|
||||
|
||||
## STATUS BAR ##################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user