Merge branch 'main' into space-shell/helix-keybindings
This commit is contained in:
commit
0ef30d5e8d
31 changed files with 1750 additions and 345 deletions
|
|
@ -133,6 +133,8 @@ const keymaps = {
|
|||
vscode: vscodeExtension,
|
||||
};
|
||||
|
||||
export { Vim } from '@replit/codemirror-vim';
|
||||
|
||||
export function keybindings(name) {
|
||||
const active = keymaps[name];
|
||||
const extensions = active ? [Prec.high(active())] : [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue