-
Notifications
You must be signed in to change notification settings - Fork 39
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
Disable <cr> mapping #105
Comments
Just some suggestions, how if we make the mapping (and "enhanced" undo feature which do the key remapping) optional? Users would have the choice to whether to enable the "enhanced" undo or not. |
This cr conflicting mapping issue came up several years ago. (Should be somewhere in issue history.) The solution then was to only remap cr if the key was not yet mapped. Does the remap of cr still occur if pencil is initialized AFTER your plugin is loaded? Edit: removed brackets from cr |
Thank you for your reply.
I suppose it's #43. I linked it in my first post above :)
I will try to check for this but just FYI I lazy-load Friendly cc @folke if loading
|
First of all, thank you for keeping this plugin maintained. I started to write in Latex and this plugin helped me so much.
I have an issue with the plugin's
<cr>
mapping. Currently it is in conflict with my nvim-cmp. Every time I want to insert the completion's suggestion, vim-pencil will also trigger the undo feature (I'm not pretty sure).How can I disable vim-pencil built-in
<cr>
mapping?Related #43
wezterm-gui_HrHWfpP8Kw.mp4
The text was updated successfully, but these errors were encountered: