diff options
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua')
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua | 2 |
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" } ) |
