[fix] Remove packer_compiled.lua

This commit is contained in:
Uttarayan Mondal
2022-12-07 19:28:07 +05:30
parent 729dd5c07e
commit 113a235bc5
5 changed files with 6 additions and 377 deletions

View File

@@ -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