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

ctrl + r not working in 2.5 pre-release2 #832

Open
jamesvren opened this issue Jun 21, 2022 · 5 comments
Open

ctrl + r not working in 2.5 pre-release2 #832

jamesvren opened this issue Jun 21, 2022 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@jamesvren
Copy link

ctrl + r was taken over by WindTerm instead of bash searching in 2.5 pre-release2. This is not good design. Because of this, I cannot search the command when I open a new terminal.
How can I change this shortcut?

@dcl-fred
Copy link

This release also breaks some vim commands like SHIFT-V to enter 'Visual Line' mode

@jamesvren You can upvote issue #403 for keyboard shortcuts.

@kingToolbox
Copy link
Owner

Sorry, I didn't really consider the situation that WindTerm has not collected enough history commands when connecting to a new server. I will modify the shortcut keys to Alt+R or other keys in the next prerelease version.

You can fix it yourself by opening the WindTerm_installed_path/global/wind.keymaps file and deleting the text below:

  { "keys": "<Ctrl+R>",
    "modes": "local, remote",
    "action": "Terminal.CompleteHistory"
  },

@kingToolbox kingToolbox self-assigned this Jun 22, 2022
@kingToolbox kingToolbox added the enhancement New feature or request label Jun 22, 2022
@kingToolbox
Copy link
Owner

@dcl-fred
I tested the Shift+V key in vim and found no problem. If possible, please describe in detail the steps to reproduce the bug. Thank you very much.

BTW:
I will provide the setting interface for shortcut keys in WindTerm_2.7.0 or WindTerm_2.8.0 version. Please stay tuned.

@dcl-fred
Copy link

@kingToolbox
Sorry, SHIFT+V works today, not sure why it was working on none of my sessions the other day. Sorry again for the waste of time.

@rty813
Copy link

rty813 commented Jan 10, 2023

@dcl-fred "Pause / Break" not working either. I wanted to use "Pause / Break" to call SysReq from serial.
image
reference

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

No branches or pull requests

4 participants