Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Weird conflict with CTRL+T mapping in vi-mode #7

Description

@Lodifice

I source the "official" /usr/share/fzf/key-bindings.bash of fzf which defines CTRL+T, CTRL+R, and ALT+C. After that, I source history-exec.bash. As a result, CTRL+R is overridden (as intended), but somehow CTRL+T is gone (ALT+C is still available though). I traced the cause of this behaviour down to the line bind '"\C-r": "\C-x\C-addi__fzf_history__\C-x\C-e\C-x\C-r\C-x^\C-x\C-a$a\C-x\C-o\C-x\C-p"' (without it, the mapping is still available). I don't have any explanation for this though. Do you have an idea?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions