mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-14 17:01:12 +00:00
[neovim] Map apply default macro to F9
This commit is contained in:
parent
de0a24ff85
commit
ed1719fec4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user