From c09fe75c99274792ff53fc37cb75c96d84b9a6c2 Mon Sep 17 00:00:00 2001 From: lucas nicolas Date: Tue, 27 Feb 2024 01:14:00 +0100 Subject: [PATCH] x --- lua/custom/remap.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 lua/custom/remap.lua diff --git a/lua/custom/remap.lua b/lua/custom/remap.lua new file mode 100644 index 00000000..460d83a9 --- /dev/null +++ b/lua/custom/remap.lua @@ -0,0 +1 @@ +vim.keymap.set('n', 'pv', vim.cmd.Ex, { desc = '[P]roject [V]iew' })