Skip to content

Commit b839964

Browse files
committed
fix(nvim): nightly neovim CSI-U doesn't detect shift+number from kitty keyboard protocol on Windows
1 parent 9664008 commit b839964

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
"terminal.integrated.defaultProfile.osx": "zsh (retronvim)",
188188
"terminal.integrated.defaultProfile.linux": "zsh (retronvim)",
189189
"terminal.integrated.defaultProfile.windows": "powershell (retronvim)",
190+
"terminal.integrated.enableKittyKeyboardProtocol": false,
190191
"trae.chatLanguage": "en",
191192
"vim.camelCaseMotion.enable": true,
192193
"vim.flash.enable": true,

0 commit comments

Comments
 (0)