aboutsummaryrefslogtreecommitdiff
path: root/lua/config_ouroboros.lua
diff options
context:
space:
mode:
authornathansmithsmith <nathansmith7@mailfence.com>2023-10-01 18:46:47 -0600
committernathansmithsmith <nathansmith7@mailfence.com>2023-10-01 18:46:47 -0600
commit3a2df5dcfb3787b88548d1a7ee6f4fde71b17ccd (patch)
tree694feffc7bf497e3c2fc7f45545431deeed5a553 /lua/config_ouroboros.lua
parentce5d59603fb55f33e2b65f245fe939ef1638e34e (diff)
Tried out ouroboros
Diffstat (limited to 'lua/config_ouroboros.lua')
-rw-r--r--lua/config_ouroboros.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/config_ouroboros.lua b/lua/config_ouroboros.lua
new file mode 100644
index 0000000..5c6052e
--- /dev/null
+++ b/lua/config_ouroboros.lua
@@ -0,0 +1,2 @@
+vim.keymap.set({"n"}, "<A-i>", ":Ouroboros<CR>")
+vim.keymap.set({"n"}, "<A-s>", ":vsplit | Ouroboros<CR>")