Skip to content

Commit

Permalink
fix(nu): don't use osc9 with kitty
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Sep 8, 2024
1 parent 3db5914 commit 6215ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/apps/nu/config.nu
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ $env.config = {
# osc8 is also implemented as the deprecated setting ls.show_clickable_links, it shows clickable links in ls output if your terminal supports it. show_clickable_links is deprecated in favor of osc8
osc8: true
# osc9_9 is from ConEmu and is starting to get wider support. It's similar to osc7 in that it communicates the path to the terminal
osc9_9: true
osc9_9: ($env.TERM != "xterm-kitty")
# osc133 is several escapes invented by Final Term which include the supported ones below.
# 133;A - Mark prompt start
# 133;B - Mark prompt end
Expand Down

0 comments on commit 6215ac6

Please sign in to comment.