From 249b5005e4c286fb7858438f4e6731a6d44ae6f5 Mon Sep 17 00:00:00 2001 From: Nate Buttke Date: Wed, 16 Aug 2023 09:45:29 -0700 Subject: init --- lua/n8/remap.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lua/n8/remap.lua (limited to 'lua/n8/remap.lua') diff --git a/lua/n8/remap.lua b/lua/n8/remap.lua new file mode 100644 index 0000000..420636b --- /dev/null +++ b/lua/n8/remap.lua @@ -0,0 +1,3 @@ +vim.g.mapleader = " " +vim.keymap.set("n", "pv", vim.cmd.Ex) + -- cgit v1.2.3