tmux: remove unnecessary braces in comments

This commit is contained in:
inkch 2024-01-14 20:33:45 +09:00
parent 47292f0068
commit 2ec3cfe0d8

View File

@ -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://www.freecodecamp.org/news/tmux-in-practice-local-and-nested-remote-tmux-sessions-4f7ba5db8795/
# - https://gist.github.com/samoshkin/05e65f7f1c9b55d3fc7690b59d678734 # - https://gist.github.com/samoshkin/05e65f7f1c9b55d3fc7690b59d678734
@ -121,7 +121,7 @@ bind -T off M-q \
set -u status off \;\ set -u status off \;\
set status-right '' set status-right ''
# local and nested remote tmux sessions }}} # local and nested remote tmux sessions
############################################### ###############################################