Timeline for Changing cursor style based on mode in both zsh and vim
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 27, 2022 at 4:26 | comment | added | Mig | @HungVo Ctrl+R is an emacs key binding. As soon as you set zsh to use vi key bindings, you need to have another short cut. The best is to use this bindkey -M vicmd '?' history-incremental-search-backward then when in command mode you can search backward like in vi with the ? key. You can use / instead if it makes more sens to you. | |
| May 9, 2022 at 18:24 | comment | added | Strong Bear | This works well, except that I cannot search for history using ctrl+R | |
| Mar 7, 2021 at 20:36 | comment | added | kctong529 | Works like a charm. For those who want to extend this feature to interactive shell (e.g. python, scheme), you might find this helpful (unix.stackexchange.com/a/409587/459602) | |
| Oct 12, 2020 at 22:07 | review | First posts | |||
| Oct 13, 2020 at 12:14 | |||||
| Oct 12, 2020 at 21:53 | history | answered | Cornelius Roemer | CC BY-SA 4.0 |