Skip to content
Discussion options

You must be logged in to vote

The <C-i> and <Tab> is usually interpreted by the terminal emulator as the same key (see this, for example). So in this case this setup is the same as choose_in_split = '<Tab>', which makes it conflict with the default toggle_preview action (which is also <Tab>).

The reason this sometimes works is because actions are not guaranteed to be preferred in any order. Sometimes <Tab> acts as choose_in_split and sometimes as toggle_preview.

The solution is to make toggle_preview be different from choose_in_split, i.e. use different key for either choose_in_split or toggle_preview.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@floydj
Comment options

Answer selected by echasnovski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested mini.pick
2 participants