feat(nvim): add a keymap for switching to the
...alternative file
This commit is contained in:
parent
5369ccdddd
commit
83b51ebdf4
1 changed files with 4 additions and 0 deletions
|
@ -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>" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue