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

option backspace doesn't work with Vibe enabled on macOS #21

Open
antoine1619 opened this issue Dec 19, 2021 · 1 comment
Open

option backspace doesn't work with Vibe enabled on macOS #21

antoine1619 opened this issue Dec 19, 2021 · 1 comment

Comments

@antoine1619
Copy link

Without Vibe enabled, option + backspace deletes the previous word.
With Vibe enabled, option + backspace does nothing in INSERT mode.

How can I make option + backspace still work in INSERT mode?

@eugenpt
Copy link
Owner

eugenpt commented Dec 28, 2021

Hmm.. I have Cmd+backspace for delete last word on Mac

Anyway, to add option+backspace as delete-last-word I would add the following into .config/lite-xl/init.lua:

keymap.add_direct {
 ['alt+backspace']="doc:delete-to-previous-word-start"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants