Skip to content
Snippets Groups Projects
Verified Commit ae42cb17 authored by iliya.saroukha's avatar iliya.saroukha :first_quarter_moon:
Browse files

feat: replaced tmux-session-wizard by tmux-sessionx

parent 93ad2307
Branches master
No related tags found
No related merge requests found
...@@ -7,9 +7,9 @@ set-option -g default-shell /bin/zsh ...@@ -7,9 +7,9 @@ set-option -g default-shell /bin/zsh
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'rose-pine/tmux' set -g @plugin 'rose-pine/tmux'
set -g @plugin '27medkamal/tmux-session-wizard'
set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'omerxx/tmux-sessionx'
# Changing prefix from 'Ctrl+b' to 'Ctrl+a' # Changing prefix from 'Ctrl+b' to 'Ctrl+a'
unbind C-b unbind C-b
...@@ -30,8 +30,14 @@ set -s copy-command 'wl-copy' ...@@ -30,8 +30,14 @@ set -s copy-command 'wl-copy'
set -g @continuum-restore 'on' set -g @continuum-restore 'on'
# FZF change sessions # ------- tmux-sessionx -------
set -g @session-wizard 's' # I recommend using `o` if not already in use, for least key strokes when launching
set -g @sessionx-bind 'o'
# Uses `fzf --tmux` instead of the `fzf-tmux` script (requires fzf >= 0.53).
set -g @sessionx-fzf-builtin-tmux 'on'
set -g @sessionx-bind-select-up 'Ctrl-p'
set -g @sessionx-bind-select-down 'Ctrl-n'
# -----------------------------
# set-option -g status-position top # set-option -g status-position top
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment