feat(nvim): add a keymap for switching to the
...alternative file
This commit is contained in:
parent
f9b8a73ca4
commit
ca2e48dbdb
|
@ -52,3 +52,7 @@ local heuristics = {
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.g.projectionist_heuristics = heuristics
|
vim.g.projectionist_heuristics = heuristics
|
||||||
|
|
||||||
|
local nmap = require("opdavies.keymap").nmap
|
||||||
|
|
||||||
|
nmap { "<leader>aa", "<cmd>A<cr>" }
|
||||||
|
|
Reference in a new issue