Remove beta tag from cursor keymap (#36061)

Release Notes:

- N/A

Co-authored-by: Anthony Eid <hello@anthonyeid.me>
This commit is contained in:
Mikayla Maki
2025-08-12 17:53:19 +00:00
committed by GitHub
co-authored by Anthony Eid
parent bfbb18476f
commit 42b7dbeaee
+2 -2
View File
@@ -44,7 +44,7 @@ impl BaseKeymap {
("Sublime Text", Self::SublimeText),
("Emacs (beta)", Self::Emacs),
("TextMate", Self::TextMate),
("Cursor (beta)", Self::Cursor),
("Cursor", Self::Cursor),
];
#[cfg(not(target_os = "macos"))]
@@ -54,7 +54,7 @@ impl BaseKeymap {
("JetBrains", Self::JetBrains),
("Sublime Text", Self::SublimeText),
("Emacs (beta)", Self::Emacs),
("Cursor (beta)", Self::Cursor),
("Cursor", Self::Cursor),
];
pub fn asset_path(&self) -> Option<&'static str> {