From ca2e48dbdba110de675763baca7ab996a84e40a0 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 14 Sep 2023 19:08:50 +0100 Subject: [PATCH] feat(nvim): add a keymap for switching to the ...alternative file --- after/plugin/projectionist.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/after/plugin/projectionist.lua b/after/plugin/projectionist.lua index dcdc45c..81467bb 100644 --- a/after/plugin/projectionist.lua +++ b/after/plugin/projectionist.lua @@ -52,3 +52,7 @@ local heuristics = { } vim.g.projectionist_heuristics = heuristics + +local nmap = require("opdavies.keymap").nmap + +nmap { "aa", "A" }