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

feat: added tmux-resurrect and wl-copy (wayland)

parent 1c126cdf
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,8 @@ set -g @plugin 'tmux-plugins/tpm'
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-battery'
# Changing prefix from 'Ctrl+b' to 'Ctrl+a'
unbind C-b
......@@ -24,6 +26,8 @@ bind l select-pane -R
bind -n M-H previous-window
bind -n M-L next-window
set -s copy-command 'wl-copy'
# 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