diff --git a/dot_config/tmux/tmux.conf.tmpl b/dot_config/tmux/tmux.conf.tmpl index 1d3749a..0f399df 100644 --- a/dot_config/tmux/tmux.conf.tmpl +++ b/dot_config/tmux/tmux.conf.tmpl @@ -105,7 +105,7 @@ set -g window-status-current-format '' ############################################### -# local and nested remote tmux sessions {{{ +# local and nested remote tmux sessions # - https://www.freecodecamp.org/news/tmux-in-practice-local-and-nested-remote-tmux-sessions-4f7ba5db8795/ # - https://gist.github.com/samoshkin/05e65f7f1c9b55d3fc7690b59d678734 @@ -121,7 +121,7 @@ bind -T off M-q \ set -u status off \;\ set status-right '' -# local and nested remote tmux sessions }}} +# local and nested remote tmux sessions ###############################################