-
Holding Super+R / Super+Shift+R allows resizing a window, with an arrow indicating in which direction a window can be resized. Resizing is done with the arrow keys or vim movement keys (h/j/k/l). Howe…
-
### FAQ
- [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem.
### Announcement
- [X] I have checked [Breaking change announceme…
-
I was forced to do this to suppress the which-key warnings:
```lua
-- Commenting
{
'numToStr/Comment.nvim',
config = function()
require('Comment').setup()
…
-
`Vim` uses `Ctrl-K` for what it calls [digraphs](https://vimhelp.org/digraph.txt.html), based on [RFC1345 *Character Mnemonics & Character Sets*](https://www.rfc-editor.org/info/rfc1345), on which *X*…
-
# Description of the new feature/enhancement
We have a lot of programs like vim or others which could have keybinds that map to the same which is in terminal the keyboard is kind of limited for all t…
-
### Problem description
I commented out every plugins.
I couldn't execute `gx` shortcut too but I was able to do it today. Now I tried but it's not working again.
Running `:lua vim.lsp.buf.defini…
-
When I hit my leader key now, I get this error in the IDE
java.lang.NoSuchMethodError: 'com.maddyhome.idea.vim.key.CommandPartNode com.maddyhome.idea.vim.api.VimKeyGroup.getKeyRoot(com.maddyhome.id…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
I am on vim mode, and pressing `^` don't move the cursor to the first word of the line as expected…
-
### Background
The `vim.{o,bo,wo,go}` metamethods allow getting and setting Neovim options from Lua and are full replacements for the `:set` ~~and `:setlocal`~~ commands. (The drawback of `vim.bo` …
-
### Bug Description
When pressing escape it causes another currently open tab to be switched to.
This is annoying, especially when using vim mode, since I sometimes press escape when I'm in normal m…