mirror of
https://github.com/theniceboy/.config.git
synced 2026-05-11 17:36:05 +08:00
tmux search
This commit is contained in:
parent
09f6bf44e9
commit
d56f656854
1 changed files with 4 additions and 0 deletions
|
|
@ -25,6 +25,10 @@ bind -n M-w run -b 'sh ~/scripts/fzf_panes.tmux new_window'
|
|||
# reload configuration
|
||||
bind r source-file ~/.tmux.conf \; display '~/.tmux.conf sourced'
|
||||
|
||||
bind-key -n 'M-`' run "tmux split-window -p 40 'tmux send-keys -t #{pane_id} \"$(locate / | fzf -m | paste -sd\\ -)\"'"
|
||||
bind-key -n 'M-h' run "tmux split-window -p 40 'tmux send-keys -t #{pane_id} \"$(locate ~/ | fzf -m | paste -sd\\ -)\"'"
|
||||
|
||||
|
||||
set -ga update-environment '\
|
||||
DISPLAY DBUS_SESSION_BUS_ADDRESS \
|
||||
QT_IM_MODULE QT_QPA_PLATFORMTHEME \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue