Timeline for Ctrl + left/right arrow keys issue
Current License: CC BY-SA 3.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 24, 2024 at 23:28 | comment | added | Chad |
This also works in csh in the .cshrc file
|
|
| Dec 22, 2023 at 18:18 | comment | added | Jonathan Hartley | This doesn't work for me at all on zsh in iTerm2 on a recent MacBook Pro. Pressing the keys does nothing. I don't yet know why. | |
| Jul 16, 2021 at 12:10 | vote | accept | riskio | ||
| Apr 7, 2021 at 13:39 | comment | added | TesterJeff | @Chiron It worked for me as well, BUT i had to disable "Mission Control" under Keyboard->Shortcuts in the System Preferences. Otherwise it'll intercept ctrl+left ctrl+right to switch between Desktops. | |
| Dec 8, 2020 at 3:11 | comment | added | Chiron |
It's interesting that "^[[1;5C" and "^[[1;5D" work well directly on my mac 10.15.5
|
|
| Nov 29, 2020 at 1:48 | comment | added | Mike B | This works, but why is it necessary? Why isn't this something taken care of via zsh defaults or via common options in the zsh "new user script"? | |
| Jan 22, 2019 at 10:10 | comment | added | Gerrit-K |
In case anyone wants to use $terminfo instead of the escape sequences: the keys $terminfo[kLFT5] and $terminfo[kRIT5] worked for me
|
|
| Dec 25, 2016 at 9:48 | comment | added | Léo Léopold Hertz 준영 |
Confirmed, Goncalo's proposal works also in Debian 8.5. I just wonder why this code is not built-in in .zshrc by default.
|
|
| May 29, 2015 at 14:52 | comment | added | jrz |
^[^[[D and ^[^[[C, respectively, for OSX
|
|
| S Jul 3, 2014 at 7:27 | review | Late answers | |||
| Jul 3, 2014 at 7:30 | |||||
| S Jul 3, 2014 at 7:27 | review | First posts | |||
| Jul 3, 2014 at 7:33 | |||||
| Jul 3, 2014 at 7:11 | history | answered | Goncalo | CC BY-SA 3.0 |