mirror of
https://github.com/mistralai/mistral-vibe
synced 2026-05-03 04:42:08 +02:00
Co-Authored-By: Quentin Torroba <quentin.torroba@mistral.ai> Co-Authored-By: Michel Thomazo <michel.thomazo@mistral.ai> Co-Authored-By: Kracekumar <kracethekingmaker@gmail.com>
5 lines
105 B
Python
5 lines
105 B
Python
from __future__ import annotations
|
|
|
|
TOOL_SHORTCUTS = {"todo": "ctrl+t"}
|
|
DEFAULT_TOOL_SHORTCUT = "ctrl+o"
|