Copy mode breaks navigation bindings #5

Closed
opened 2018-09-03 15:57:01 +00:00 by benie · 1 comment
Owner

When in copy mode C-j moves one character to the left instead of switching to
the pane to the left, this works fine when not in copy mode. There is likely a
copy-mode binding which overrides the navigations binding causing this issue.

When in copy mode `C-j` moves one character to the left instead of switching to the pane to the left, this works fine when not in copy mode. There is likely a copy-mode binding which overrides the navigations binding causing this issue.
Author
Owner

Fixed by adding:

# Unbind copy mode defaults so pane selection works
unbind -T copy-mode-vi C-h
unbind -T copy-mode-vi C-j
Fixed by adding: ```conf # Unbind copy mode defaults so pane selection works unbind -T copy-mode-vi C-h unbind -T copy-mode-vi C-j ```
benie closed this issue 2019-08-11 17:50:42 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: config/tmux#5
No description provided.