From 2ec3cfe0d811e3acd04b64d1adc13d0976de3f74 Mon Sep 17 00:00:00 2001 From: inkch Date: Sun, 14 Jan 2024 20:33:45 +0900 Subject: [PATCH] tmux: remove unnecessary braces in comments --- dot_config/tmux/tmux.conf.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ###############################################