feat(micro): добавить конфигурации для привязок клавиш и настроек редактора
This commit is contained in:
@@ -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.
@@ -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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user