mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-04 15:41:13 +01:00
Modified .tmux.conf for alacritty and changed the theme to tokyonight
This commit is contained in:
parent
11ec399711
commit
312d5bb940
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
set -g default-terminal "screen-256color"
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -ag terminal-overrides ",xterm-256color:RGB"
|
||||
|
||||
set -g prefix C-a
|
||||
unbind C-b
|
||||
|
@ -37,11 +38,10 @@ set -g @plugin 'tmux-plugins/tpm'
|
|||
|
||||
# list of tmux plugins
|
||||
set -g @plugin 'christoomey/vim-tmux-navigator'
|
||||
set -g @plugin 'jimeh/tmux-themepack'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect' # persist tmux sessions after computer restart
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum' # automatically saves sessions for you every 15 minutes
|
||||
set -g @plugin 'fabioluciano/tmux-tokyo-night'
|
||||
|
||||
set -g @themepack 'powerline/default/cyan'
|
||||
|
||||
set -g @resurrect-capture-pane-contents 'on'
|
||||
set -g @continuum-restore 'on'
|
||||
|
|
Loading…
Reference in a new issue