mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: remove unintentional <lt>nop> mapping
This commit is contained in:
parent
437156a3ae
commit
0bf9b2d9f2
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
Reference in a new issue