Skip to content

Commit

Permalink
(tmux) Add KITTY_REMOTE_ON to list of variables to copy to session
Browse files Browse the repository at this point in the history
-g = global session or window option
-a = append
update-environment[] variable
             Set list of environment variables to be copied into the
             session environment when a new session is created or an
             existing session is attached.  Any variables that do not
             exist in the source environment are set to be removed from
             the session environment (as if -r was given to the
             set-environment command).
  • Loading branch information
emilford committed Dec 27, 2021
1 parent 644d108 commit 6bd00cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ set-option -g status-left "|"
set-option -g status-right ""
set-option -g window-status-format "#{window_index} - #{window_name} |"
set-option -g window-status-current-format "* #{window_index} - #{window_name} |"
set-option -ga update-environment "KITTY_LISTEN_ON"

set-option -g @plugin "arcticicestudio/nord-tmux"
set-option -g @plugin "christoomey/vim-tmux-navigator"
Expand Down

0 comments on commit 6bd00cb

Please sign in to comment.