AmmarAbouZor/tui-journal

Bug: Keymap for multi-select mode isn't visible in help anymore

AmmarAbouZor opened this issue · 1 comments

The keymap for entering multi-select mode isn't shown in Help popup after adding visual mode to the editor.

The Problem is that editor visual mode and multi-select mode share the same keybinding and the selection is depending on which control is currently active. This seems to be messing in the help pop up, therefore the keybinding for multi-select is being overwritten by editor visual mode.

After double check I found out there are no bugs and the two keybindings are visible in the help popup menu