From 902927e827ad6401fea4758b732b846a00bf50b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Fri, 26 May 2023 19:25:36 -0400 Subject: [PATCH] fuxk --- .gitmodules | 2 +- .tmux/plugins/tmux-powerline | 2 +- micro/bindings.json | 4 ++++ micro/buffers/history | Bin 0 -> 34 bytes micro/settings.json | 1 + 5 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 micro/bindings.json create mode 100644 micro/buffers/history create mode 100644 micro/settings.json diff --git a/.gitmodules b/.gitmodules index 64c4631..3d95f91 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = https://github.com/tmux-plugins/tpm [submodule ".tmux/plugins/tmux-powerline"] path = .tmux/plugins/tmux-powerline - url = https://github.com/the-almighty-drawing-tablet/tmux-powerline + url = git@git.tablet.sh:tablet/tmux-powerline.git [submodule ".tmux/plugins/tmux-sensible"] path = .tmux/plugins/tmux-sensible url = https://github.com/tmux-plugins/tmux-sensible.git diff --git a/.tmux/plugins/tmux-powerline b/.tmux/plugins/tmux-powerline index e3b9227..5e828e4 160000 --- a/.tmux/plugins/tmux-powerline +++ b/.tmux/plugins/tmux-powerline @@ -1 +1 @@ -Subproject commit e3b9227c47d3a2a94a4f6bbe2ff604c4c3947d04 +Subproject commit 5e828e43706bf0b9d05d755fb7b30d9bd4b0a82a diff --git a/micro/bindings.json b/micro/bindings.json new file mode 100644 index 0000000..83659cb --- /dev/null +++ b/micro/bindings.json @@ -0,0 +1,4 @@ +{ + "Alt-/": "lua:comment.comment", + "CtrlUnderscore": "lua:comment.comment" +} diff --git a/micro/buffers/history b/micro/buffers/history new file mode 100644 index 0000000000000000000000000000000000000000..52a8ebfdca559b096de651f01dbd16941b1ff90f GIT binary patch literal 34 mcmd=8-^{|u^uL9Hk%#er69WU!|3)StzX`}^U|<1?GXMawlL=7( literal 0 HcmV?d00001 diff --git a/micro/settings.json b/micro/settings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/micro/settings.json @@ -0,0 +1 @@ +{}