I bound ^+⌘+→ and ^+⌘+← as my custom shortcuts to move between Spaces (Move right a space and Move left a space respectively) in System settings > Keyboard > Keyboard Shortcuts.
These shortcuts work fine except when I'm focusing on an iTerm2 window, in that case nothing happens. I've been searching for a possible conflict with no luck. I've looked in iTerm2 Preferences > Profiles > Keys > Key mappings and it seems like I'm using the xterm defaults which bind ^+→ and ^+← to respectively ^[[1;5D
and ^[[1;5C
which let me move between words using those key combos. I tried removing them but the only effect I got was the loss of ability to move between words. Any ideas?
^
+→
and←
I believe, was conflicting with another one. I understand I "broke" things on iTerm2, but I'd like to understand why. Where should I look for conflicts? Why does iTerm2 not recognise the shortcut like every other app? – gccallie Aug 19 '23 at 16:19Ctrl-Cmd-→
is something that can be assigned and used solely in iTerm so it's not expecting Finder specific mapping to be configured. – Allan Aug 19 '23 at 16:33Meta-f
andMeta-b
for "forward word" and "back word". I just tested in iTerm2 and the only thing that responds toCtrl Arrow
is Finder. – Allan Aug 19 '23 at 16:59