feat(micro): добавить конфигурации для привязок клавиш и настроек редактора

This commit is contained in:
Dmitry
2026-02-20 10:43:19 +03:00
parent fb1d2e4ab7
commit 9195cdb9e2
3 changed files with 16 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"Ctrl-Up": "CursorUp,CursorUp,CursorUp,CursorUp,CursorUp",
"Ctrl-Down": "CursorDown,CursorDown,CursorDown,CursorDown,CursorDown",
"Alt-/": "lua:comment.comment"
}
Binary file not shown.
+11
View File
@@ -0,0 +1,11 @@
{
"autosu": true,
"colorscheme": "simple",
"mkparents": true,
"rmtrailingws": true,
"savecursor": true,
"saveundo": true,
"scrollbar": true,
"statusformatl": "$(filename) $(modified)($(line),$(col)) $(opt:filetype) $(opt:fileformat)",
"tabstospaces": true
}