mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-09 17:04:36 +02:00
fix: remove unintentional <lt>nop>
mapping (#651)
This commit is contained in:
parent
437156a3ae
commit
14e708a246
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ return {
|
|||
keymaps = {
|
||||
init_selection = "<C-space>",
|
||||
node_incremental = "<C-space>",
|
||||
scope_incremental = "<nop>",
|
||||
scope_incremental = false,
|
||||
node_decremental = "<bs>",
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue