1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-11-14 06:31:12 +00:00

[neovim] Map apply default macro to F9

This commit is contained in:
Daniel Carrillo 2024-08-21 17:38:16 +02:00
parent de0a24ff85
commit ed1719fec4
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16

View File

@ -14,6 +14,10 @@ vim.g.mapleader = " "
-- visual_block_mode = "x",
-- term_mode = "t",
-- command_mode = "c",
--
-- Apply q macro
keymap("n", "<F9>", "@q", vim.tbl_extend("force", opts, { desc = "Run default macro" }))
-- Kitty navigation
vim.g.kitty_navigator_no_mappings = 1