-
It that possible to show global mapping like vim-leader-key does?
```vim
nmap gg leaderguide-global
```
![image](https://user-images.githubusercontent.com/196861/106554419-48542900-6556-11eb-…
-
init.vim code:
```
let g:which_key_centered = 1
let g:which_key_vertical = 1
let g:which_key_map = {}
let g:which_key_map['LeaderF'] = {
\ 'name': '+LeaderF',
…
-
Would it be possible to include a feature that shows the key mappings for individual commands, as in the screenshot? I think this can replace [Which Key](https://github.com/folke/which-key.nvim) for t…
-
The bindings you often see for 0-9 to do something with the Nth vertical window take a lot of space. IIRC, in Spacemacs, it was possible to have the bindings 0-9 and have them "hidden", and then have …
-
## Problem
Is it possible to bind custom command on SPC RET (space+enter)?
I tried this:
```json
{
"vspacecode.bindingOverrides": [
{
"command": "bookmarks.listfromallfiles",
…
-
Using [VSCode Neovim](https://marketplace.visualstudio.com/items?itemName=asvetliakov.vscode-neovim) you have a command called `vscode-neovim.send` that allows you to pass keystrokes that will get exe…
-
I really like the direction of this theme. Very cold and readable. So nice. That said, it would be really nice to see support added for nvim-cmp and Which-key.
-
### Problem
in neovim execute the following set of keystrokes...
:edit one.txt
ione:w
:edit two.txt
itwo:w
:edit three.txt
ithree:w
:bfirst
:tabnew
gt…
-
Hi, great plugin:)
in vspacecode I can do rolling motion e.g. leader ua very fast and it works every time, but not in glimpse. It stops at u.
-
## nvim version
```
$ nvim -v
NVIM v0.10.0
Build type: Release
LuaJIT 2.1.1713773202
Run "nvim -V1 -v" for more info
```
## plugin version
## plugin configuration
i use lazy.nvim p…
edte updated
4 months ago