Skip to content

feat: make visual bell an option @tnotify-visual-bell, as the default command isn't compatible with *Nushell*#64

Open
stevenxxiu wants to merge 1 commit into
rickstaa:mainfrom
stevenxxiu:feat/visual-bell-option
Open

feat: make visual bell an option @tnotify-visual-bell, as the default command isn't compatible with *Nushell*#64
stevenxxiu wants to merge 1 commit into
rickstaa:mainfrom
stevenxxiu:feat/visual-bell-option

Conversation

@stevenxxiu
Copy link
Copy Markdown

@stevenxxiu stevenxxiu commented Sep 30, 2025

The option name is from #53 (comment).

Not in the PR, but also on my system, the default command clears the bottom line. I use Ghostty and Nushell. In Nushell, this is required in the script instead (not included in the PR):

tmux split-window -h -t "\$$SESSION_ID":@"$WINDOW_ID" "print \"\\a\"; exit"

To have Nushell show a bell with this PR, turn this off and use a custom command:

set-option -g @tnotify-visual-bell "off"
set-option -g @tnotify-custom-cmd 'tmux split-window -h "print \"\a\""'

…lt command isn't compatible with *Nushell*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant