Merge branch 'main' into space-shell/helix-keybindings

This commit is contained in:
space-shell 2026-01-05 10:49:16 +01:00
commit 0ef30d5e8d
31 changed files with 1750 additions and 345 deletions

View file

@ -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())] : [];