mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-17 07:43:21 +00:00
blink: add keybinds for cmdline
This commit is contained in:
parent
2323226609
commit
b6b79034f1
1 changed files with 13 additions and 0 deletions
|
|
@ -122,6 +122,19 @@ in {
|
||||||
"fallback"
|
"fallback"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# cmdline is not enabled by default, we're just providing keymaps in
|
||||||
|
# case the user enables them
|
||||||
|
cmdline.keymap = {
|
||||||
|
${mappings.complete} = ["show" "fallback"];
|
||||||
|
${mappings.close} = ["hide" "fallback"];
|
||||||
|
${mappings.scrollDocsUp} = ["scroll_documentation_up" "fallback"];
|
||||||
|
${mappings.scrollDocsDown} = ["scroll_documentation_down" "fallback"];
|
||||||
|
${mappings.confirm} = ["accept" "fallback"];
|
||||||
|
|
||||||
|
${mappings.next} = ["select_next" "show" "fallback"];
|
||||||
|
${mappings.previous} = ["select_prev" "fallback"];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue