diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-07-02 17:48:15 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-07-02 17:48:15 +0900 |
| commit | dcd0f3b885ccbfdb5cd1abf7adb66fd777273fae (patch) | |
| tree | b830f78bdd6c498fef2d737e41dd8d174f55d7b6 /ar/.config/tmux/tmux.conf | |
| parent | 06a13d370af5b0f80b35c8fa83651d0fbefcae0f (diff) | |
modified tmux/tmux.conf
Diffstat (limited to 'ar/.config/tmux/tmux.conf')
| -rw-r--r-- | ar/.config/tmux/tmux.conf | 27 |
1 files changed, 8 insertions, 19 deletions
diff --git a/ar/.config/tmux/tmux.conf b/ar/.config/tmux/tmux.conf index 67b450c..069a7cd 100644 --- a/ar/.config/tmux/tmux.conf +++ b/ar/.config/tmux/tmux.conf @@ -122,9 +122,9 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'alexwforsythe/tmux-which-key' set -g @plugin 'aserowy/tmux.nvim' set -g @plugin 'catppuccin/tmux#v2.1.2' +set -g @plugin 'lost-melody/tmux-command-palette' set -g @plugin 'Morantron/tmux-fingers' set -g @plugin 'olimorris/tmux-pomodoro-plus' -set -g @plugin 'sainnhe/tmux-fzf' set -g @plugin 'tmux-plugins/tmux-battery' set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'tmux-plugins/tmux-copycat' @@ -141,6 +141,13 @@ set -g @plugin 'xamut/tmux-weather' ### --- Plugins Settings --- ### +# command palette +set -g @cmdpalette-key-prefix 'prefix ?' +set -g @cmdpalette-key-root 'prefix C-b' +set -g @cmdpalette-key-copy-mode-vi 'copy-mode-vi C-_' +set -g @cmdpalette-cmdlists 'commands' +set -g @cmdpalette-cmd-commands 'prefix C-c' + # continuum # set -g @continuum-boot 'on' # set -g @continuum-boot-options 'kitty' @@ -228,24 +235,6 @@ set -g @sidebar-tree-command 'tree -C' set -g @sidebar-tree-position 'right' set -g @sidebar-tree-width '50' -# tmux-fzf -# TMUX_FZF_LAUNCH_KEY="F" -# TMUX_FZF_ORDER='session|window|pane|command|keybinding|clipboard|process' -# TMUX_FZF_OPTIONS="-p -w 75% -h 85% -m" -# TMUX_FZF_PANE_FORMAT=' \ -# [#{window_name}] \ -# #{pane_current_command} \ -# [#{pane_width}x#{pane_height}] \ -# [history #{history_size}/#{history_limit}, #{history_bytes} bytes] \ -# #{?pane_active,[active],[inactive]}' - -bind 'C-b' run-shell -b "~/.local/bin/tmux/tmux-fzf/scripts/keybinding.sh" -bind 'C-c' run-shell -b "~/.local/bin/tmux/tmux-fzf/scripts/command.sh" -bind 'C-k' run-shell -b "~/.local/bin/tmux/tmux-fzf/scripts/process.sh" -bind 'C-p' run-shell -b "~/.local/bin/tmux/tmux-fzf/scripts/pane.sh" -bind 'C-s' run-shell -b "~/.local/bin/tmux/tmux-fzf/scripts/session.sh" -bind 'C-w' run-shell -b "~/.local/bin/tmux/tmux-fzf/scripts/window.sh" - # tpm set -g @tpm-clean 'C-x' |
