WindTerm icon indicating copy to clipboard operation
WindTerm copied to clipboard

ctrl + r not working in 2.5 pre-release2

Open jamesvren opened this issue 2 years ago • 5 comments

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?

jamesvren avatar Jun 21 '22 06:06 jamesvren

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

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

dcl-fred avatar Jun 21 '22 09:06 dcl-fred

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 avatar Jun 22 '22 19:06 kingToolbox

@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.

kingToolbox avatar Jun 22 '22 19:06 kingToolbox

@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.

dcl-fred avatar Jun 24 '22 06:06 dcl-fred

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

rty813 avatar Jan 10 '23 02:01 rty813