WindTerm
WindTerm copied to clipboard
ctrl + r not working in 2.5 pre-release2
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?
This release also breaks some vim commands like SHIFT-V to enter 'Visual Line' mode
@jamesvren You can upvote issue #403 for keyboard shortcuts.
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"
},
@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 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 "Pause / Break" not working either. I wanted to use "Pause / Break" to call SysReq from serial.
reference