mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 22:57:03 +01:00
Compare commits
2 Commits
055641bf17
...
62e72cafe3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
62e72cafe3 | ||
|
|
6cf7031cfe |
11
.tmux.conf
11
.tmux.conf
@@ -1,8 +1,19 @@
|
|||||||
|
set -g default-shell /usr/bin/zsh
|
||||||
|
# normal background for active pane
|
||||||
|
set-window-option -g window-active-style bg=terminal
|
||||||
|
# grayed background for inactive panes
|
||||||
|
set-window-option -g window-style bg="#32302f"
|
||||||
|
|
||||||
# List of plugins
|
# List of plugins
|
||||||
|
|
||||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||||
|
|
||||||
|
# Plugin configurations
|
||||||
|
|
||||||
|
# auto-restore
|
||||||
|
set -g @continuum-restore 'on'
|
||||||
|
|
||||||
# Install plugin manager
|
# Install plugin manager
|
||||||
#git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
#git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||||
# Install plugin:
|
# Install plugin:
|
||||||
|
|||||||
Reference in New Issue
Block a user