summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-29 13:09:03 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-29 13:09:03 +0900
commita3a3138a63849667d286a7eedd712ebe1646f313 (patch)
treea4002adaea4772e7fc9550500b08d0d37286ecd6 /ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua
parent994aae6685c755d202b81de6068e968faec87ab5 (diff)
modified core/keymaps.lua, modified plugins/goyo.lua, modified bin/compiler
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua')
-rw-r--r--ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua
index 162b71a..044b9cf 100644
--- a/ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua
+++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua
@@ -533,7 +533,7 @@ vim.api.nvim_set_keymap(
)
vim.api.nvim_set_keymap(
"n",
- "<leader>ov",
+ "<leader>RR",
":!opout <C-r>%<cr><cr>",
{ noremap = true, silent = true, desc = "Docs viewer" }
)