Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add CTRL+[ binding as <Esc> alias #1787

Merged
merged 1 commit into from
Feb 28, 2024
Merged

feat: add CTRL+[ binding as <Esc> alias #1787

merged 1 commit into from
Feb 28, 2024

Commits on Feb 27, 2024

  1. feat: add CTRL+[ binding as <Esc> alias

    in Vim/Neovim there is alias for `<Esc>` mapping -- `<C-[>`. it is useful if
    your `<Esc>` key is hard to hit on your keyboard.
    
    for reference:
    
        https://vimhelp.org/insert.txt.html#i_CTRL-%5B
        https://neovim.io/doc/user/insert.html#i_CTRL-%5B
    liljaylj committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    81517ec View commit details
    Browse the repository at this point in the history