mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-18 01:00:39 -07:00
feat: auto-execute simple slash commands on Enter (#13985)
This commit is contained in:
@@ -11,6 +11,7 @@ export const vimCommand: SlashCommand = {
|
||||
name: 'vim',
|
||||
description: 'Toggle vim mode on/off',
|
||||
kind: CommandKind.BUILT_IN,
|
||||
autoExecute: true,
|
||||
action: async (context, _args) => {
|
||||
const newVimState = await context.ui.toggleVimEnabled();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user