Timeline for Any terminal shell with mouse support?
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 8, 2023 at 22:20 | comment | added | alchemy |
@StéphaneChazelas (btw, im a big fan of your contributions) I'm trying to take a crack at getting ctrl+shift+left/right (or alt+left/right) for selection and maybe cut working.. the plugin didnt change much for me.. any ideas? I sourced it in .zshrc but Konsole already has mouse copy and paste.. cut doesnt seem to work (maybe it wasnt intended to do that). Any idea how I might map alt+right ^[[1;3C to mouse drag right selection?
|
|
| Jun 21, 2022 at 13:21 | comment | added | Stéphane Chazelas | For the record, I (the author) never really used it in the end. It was more to see if it could be done. It was also written almost 20 years ago, it could probably be improved to use newer features of zsh. I've noticed a few forks on github with some improvements. IIRC it was pulled into oh-my-zsh at some point, I don't know if it's still there. | |
| Nov 25, 2019 at 20:23 | vote | accept | isarandi | ||
| May 18, 2018 at 19:31 | comment | added | Stephen Kitt |
@isarandi it’s a bit complicated to provide both simultaneously in this kind of context, within an existing terminal. If you bind zle-toggle-mouse to a key, as suggested in the documentation, you can toggle the behaviour even while you’re editing a command, which alleviates the problem somewhat...
|
|
| May 18, 2018 at 19:22 | comment | added | isarandi | This goes in the right direction, but unfortunately the mouse can either be used to edit the current command or to select text from previous outputs but not both at the same time. | |
| May 18, 2018 at 18:26 | history | edited | Stephen Kitt | CC BY-SA 4.0 |
Mention requirements.
|
| May 18, 2018 at 18:07 | history | answered | Stephen Kitt | CC BY-SA 4.0 |