-
Notifications
You must be signed in to change notification settings - Fork 18
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
[Feature Request]: Multicursor and preserving replacement feature #126
Comments
sorry to ask ! How did you have a graph like background in neovim? |
@tonmoy998 Do you have a picture or link to that background? Not sure I understand the question |
Is it terminal background or Neovim ? 🤔🤔 |
@tonmoy998 Unfortunately, it must be due to the file compression when the image was uploaded. In my current setup, the terminal (iterm2+tmux) has reduced opacity (see the wallpaper is visible behind the words on the right panel), yet Neovim is 100% opaque and I didn't put more time to solve it, perhaps the theme background? ![]() |
Ok.Thank you |
@tonmoy998 would you mind sharing the solution? |
@johmsalas Nothing special.I made kitty background to an image.And made neovim transparent with this https://github.com/xiyaowong/transparent.nvim. |
Discussed in #125
Originally posted by johmsalas December 18, 2023
Inspired by microsoft/vscode#106502
There is a plugin for vscode https://marketplace.visualstudio.com/items?itemName=Cardinal90.multi-cursor-case-preserve
Compared to the existing VsCode solution, if this feature is implemented in text-case.nvim it can use all the supported Text Cases in the plugin.
Replacement considerations
Multicursor considerations
Created a draft to outline the code design: #124
Will update this desc when there are more conclusions to keep track of them
The text was updated successfully, but these errors were encountered: