micro editor shift+arrow shortcuts don't work

Bug #1812528 reported by Duy K. Bui
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
byobu
New
Undecided
Unassigned

Bug Description

$ byobu --version
byobu version 5.112
tmux 2.8

$ micro --version
Version: 1.4.1
Commit hash: 1856891
Compiled on August 10, 2018

Micro Editor has default keybindings for Shift+arrow keys to extend current selection in the corresponding direction. See https://github.com/zyedidia/micro/blob/master/runtime/help/keybindings.md, Default Keybindings section.

When launching Micro Editor outside byobu-tmux, Shift+arrow keys work as expected.
When launching Micro Editor inside byobu-tmux with default configuration, Shift+arrow keys perform Byobu actions (switch focus between split panes).
When launching Micro Editor inside byobu-tmux with Shift+arrow keys unbound, Shift+arrow keys don't do anything.

Note: I unbound shift+arrow keys in byobu-tmux by putting these in ~/.byobu/keybindings.tmux

unbind-key -n S-UP
unbind-key -n S-DOWN
unbind-key -n S-LEFT
unbind-key -n S-RIGHT

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.