Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remote linux delete previous word shortcut key is not work as expected #9715

Open
chwetion opened this issue Jun 17, 2024 · 0 comments
Open
Labels

Comments

@chwetion
Copy link

Env:
os: intel macos 13.6.1
tabby: 1.0.207

Describe the problem:
use ssh connect to remote linux, when i use option+backspace to delete previous word, it does not segment words according to the default rules, that is, according to ',', '.', '-' to splite word. but when is use options+left to move cursor, it can do it. BTW, in local zsh it will normal work. and when i downgrade to 1.0.200, it will work normal too

To Reproduce:

  1. ssh remote linux server
  2. input some command like: command1 args1 args2 args3-sub1-sub2-sub3
  3. enter option+backspace

Expect:
left command1 args1 args2 args3-sub1-sub2 but not command1 args1 args2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant