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

fix: sessio-wizard had to have zoxide installed (better cd) + feat: added...

fix: sessio-wizard had to have zoxide installed (better cd) + feat: added tmux-ressurect, works like a charm
parent ae0ca29b
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
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-continuum'
# Changing prefix from 'Ctrl+b' to 'Ctrl+a'
unbind C-b
......@@ -27,6 +28,8 @@ bind -n M-L next-window
set -s copy-command 'wl-copy'
set -g @continuum-restore 'on'
# FZF change sessions
set -g @session-wizard 's'
......
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