mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
ubuntu tmux fix
This commit is contained in:
parent
d56f656854
commit
5e5ce00e5b
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@ setw -g monitor-bell off
|
|||
|
||||
set -g history-limit 10000
|
||||
|
||||
set-hook -g pane-focus-in "run -b 'sh ~/scripts/fzf_panes.tmux update_mru_pane_ids'"
|
||||
bind -n M-w run -b 'sh ~/scripts/fzf_panes.tmux new_window'
|
||||
set-hook -g pane-focus-in "run -b 'bash ~/scripts/fzf_panes.tmux update_mru_pane_ids'"
|
||||
bind -n M-w run -b 'bash ~/scripts/fzf_panes.tmux new_window'
|
||||
|
||||
# reload configuration
|
||||
bind r source-file ~/.tmux.conf \; display '~/.tmux.conf sourced'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue