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

Idea: add insert mode keymap #9

Open
giovannibenussi opened this issue Jun 15, 2024 · 3 comments
Open

Idea: add insert mode keymap #9

giovannibenussi opened this issue Jun 15, 2024 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@giovannibenussi
Copy link

giovannibenussi commented Jun 15, 2024

Coming from vim (using the mattn/emmet-vim plugin), I'm used to go to insert mode and type something like div<C-n> to create a div.

However, this plugin requires exit insert mode first and then type div<leader>xe, which is not a big deal but sometimes I just like to add new lines between two blocks of code and then add an HTML tag.

By the way, I'm loving that this plugin automatically wraps the current line or selection!

@olrtg
Copy link
Owner

olrtg commented Sep 5, 2024

Hey @giovannibenussi! Sorry for such late reply, I've been dabbling between editors and very busy with work in general.

I think it sounds like a good feature to add 🤔 . I'll try to implement that between this or the next week.

@giovannibenussi
Copy link
Author

No problem at all. Thanks for taking your time to work on this! 🙌

@olrtg
Copy link
Owner

olrtg commented Oct 10, 2024

Hey! sorry for being silent, I'm no longer using neovim (for now at least) as my code editor so I will not be able to work on this. I'm willing to accept PRs though!

Good luck 🤘🏽

@olrtg olrtg added the help wanted Extra attention is needed label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants