You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
If a keybinding is added under :editor.keys.vim.normal.cm or :editor.keys.vim.visual.cm, these keybindings aren't unbound if they are commented which is not normal LT keybinding behavior. This happens because these tags don't use LT's keyhandling and instead interact directly with Vim's keymap. To unmap, we should unmap the last keys that were used. Unfortunately unmap() is not available, only map(). Once we're unblocked by #45, we should discuss and send a PR upstream to allow us to unmap Vim keybindings
The text was updated successfully, but these errors were encountered:
If a keybinding is added under :editor.keys.vim.normal.cm or :editor.keys.vim.visual.cm, these keybindings aren't unbound if they are commented which is not normal LT keybinding behavior. This happens because these tags don't use LT's keyhandling and instead interact directly with Vim's keymap. To unmap, we should unmap the last keys that were used. Unfortunately unmap() is not available, only map(). Once we're unblocked by #45, we should discuss and send a PR upstream to allow us to unmap Vim keybindings
The text was updated successfully, but these errors were encountered: