From 9195cdb9e206c0f2b314ea4aa78ca61f0e8ade8b Mon Sep 17 00:00:00 2001 From: Dmitry <124861781+ada-dmitry@users.noreply.github.com> Date: Fri, 20 Feb 2026 10:43:19 +0300 Subject: [PATCH] =?UTF-8?q?feat(micro):=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D1=82=D1=8C=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D1=83?= =?UTF-8?q?=D1=80=D0=B0=D1=86=D0=B8=D0=B8=20=D0=B4=D0=BB=D1=8F=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B8=D0=B2=D1=8F=D0=B7=D0=BE=D0=BA=20=D0=BA=D0=BB=D0=B0?= =?UTF-8?q?=D0=B2=D0=B8=D1=88=20=D0=B8=20=D0=BD=D0=B0=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=BE=D0=B5=D0=BA=20=D1=80=D0=B5=D0=B4=D0=B0=D0=BA=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- micro/.config/micro/bindings.json | 5 +++++ micro/.config/micro/buffers/history | Bin 0 -> 270 bytes micro/.config/micro/settings.json | 11 +++++++++++ 3 files changed, 16 insertions(+) create mode 100644 micro/.config/micro/bindings.json create mode 100644 micro/.config/micro/buffers/history create mode 100644 micro/.config/micro/settings.json diff --git a/micro/.config/micro/bindings.json b/micro/.config/micro/bindings.json new file mode 100644 index 0000000..51323b1 --- /dev/null +++ b/micro/.config/micro/bindings.json @@ -0,0 +1,5 @@ +{ + "Ctrl-Up": "CursorUp,CursorUp,CursorUp,CursorUp,CursorUp", + "Ctrl-Down": "CursorDown,CursorDown,CursorDown,CursorDown,CursorDown", + "Alt-/": "lua:comment.comment" +} \ No newline at end of file diff --git a/micro/.config/micro/buffers/history b/micro/.config/micro/buffers/history new file mode 100644 index 0000000000000000000000000000000000000000..465f2c5a480e6e78ddce8f747d17177f457a2986 GIT binary patch literal 270 zcmZXNO%8%E5Jn3zAyE@{{zMmCfKzyqfli>I(=lyP!$$PP-k{dRRaw6GX7ZKcwaW7F z7TGonvk;qS9&wH+MELxCabY4ba=mxxtClre*Y-$Qb#}Zp{8)Hm!vm;udhb|+RTIkE vw`CF!30MBEwCZ|aOlX?Xn#IcBAJa$hOtl0%oYF$z(JIh!ewQ|<=&JDx8i-?e literal 0 HcmV?d00001 diff --git a/micro/.config/micro/settings.json b/micro/.config/micro/settings.json new file mode 100644 index 0000000..7355e79 --- /dev/null +++ b/micro/.config/micro/settings.json @@ -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 +}