summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-05 03:40:16 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-05 03:40:16 +0900
commit3fc699eea5ec5d0d2986aa9e5982d7cbde722867 (patch)
treed5b54ddd6ba591aff4c4c4837a16cd9ca5b94440 /ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua
parentbc3c4dc00f4f61419217813a889574bfaafe3722 (diff)
updates
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua')
-rw-r--r--ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua
index cc206ab..da9b3d6 100644
--- a/ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua
+++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua
@@ -1,7 +1,3 @@
--- Init leader Keys
-vim.g.mapleader = " "
-vim.g.maplocalleader = "\\"
-
-- Ascii
vim.keymap.set("n", "<leader>a1", ":.!toilet -w 200 -f bfraktur<cr>", { desc = "Ascii art bfraktur" })
vim.keymap.set("n", "<leader>a2", ":.!toilet -w 200 -f emboss<cr>", { desc = "Ascii art emboss" })