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 0000000..52a8ebf Binary files /dev/null and b/micro/buffers/history differ 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 @@ +{}