You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the Nord tmux theme recently and seen that the background color is not being correctly applied on the whole tmux bar, so I started tweaking the config file to see if I can solve the issue myself but couldn't do anythign to change this. Could someone help me with this issue?
After seeing that nothing worked when configuring the plugins I left as it was when downloaded. Here's how my .tmux.conf file is looking like at the moment:
set -g default-terminal "$TERM"
set -ag terminal-overrides ",$TERM:Tc"
set -g @plugin 'christoomey/vim-tmux-navigator' # for navigating panes and vim/nvim with Ctrl-hjkl
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 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin "arcticicestudio/nord-tmux"
set -g @nord_tmux_show_status_content "0"
set -g @resurrect-capture-pane-contents 'on' # allow tmux-ressurect to capture pane contents
set -g @continuum-restore 'on' # enable tmux-continuum functionality
run '~/.tmux/plugins/tpm/tpm'
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I installed the Nord tmux theme recently and seen that the background color is not being correctly applied on the whole tmux bar, so I started tweaking the config file to see if I can solve the issue myself but couldn't do anythign to change this. Could someone help me with this issue?
After seeing that nothing worked when configuring the plugins I left as it was when downloaded. Here's how my .tmux.conf file is looking like at the moment:
set -g default-terminal "$TERM"
set -ag terminal-overrides ",$TERM:Tc"
set -g @plugin 'christoomey/vim-tmux-navigator' # for navigating panes and vim/nvim with Ctrl-hjkl
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 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin "arcticicestudio/nord-tmux"
set -g @nord_tmux_show_status_content "0"
set -g @resurrect-capture-pane-contents 'on' # allow tmux-ressurect to capture pane contents
set -g @continuum-restore 'on' # enable tmux-continuum functionality
run '~/.tmux/plugins/tpm/tpm'
The text was updated successfully, but these errors were encountered: