[fix] Remove packer_compiled.lua
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
live_sessions=$(tmux list-sessions 2>/dev/null)
|
||||
all_sessions=$(find ~/.config/tmux/sessions -type f -executable -printf '%f\n'| sort)
|
||||
all_sessions=$(gfind ~/.config/tmux/sessions -type f -executable -printf '%f\n'| sort)
|
||||
TMUX_SESSIONS="$HOME/.config/tmux/sessions"
|
||||
# for some reason ~/.config/tmux/session doesn't work if made with quotes
|
||||
# TMUX_SESSIONS=$XDG_CONFIG_HOME/tmux/sessions
|
||||
|
||||
@@ -15,6 +15,7 @@ set -g @plugin 'dracula/tmux'
|
||||
# load plugin manager
|
||||
run -b '~/.config/tmux/plugins/tpm/tpm'
|
||||
|
||||
set -g default-shell '/opt/homebrew/bin/fish'
|
||||
set -g default-terminal 'xterm-256color'
|
||||
set -ga terminal-overrides ',*256col*:Tc'
|
||||
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm'
|
||||
@@ -43,5 +44,5 @@ bind C-d detach
|
||||
bind C-n next-window
|
||||
bind C-p previous-window
|
||||
bind r source-file ~/.config/tmux/tmux.conf \; display-message "Configuration reloaded."
|
||||
bind C-Space last-window
|
||||
bind C-q last-window
|
||||
bind m send-keys -t.- 'mpcfzf' Enter
|
||||
|
||||
Reference in New Issue
Block a user