diff options
| author | Nate Buttke <nate-web@riseup.net> | 2023-08-16 09:45:29 -0700 |
|---|---|---|
| committer | Nate Buttke <nate-web@riseup.net> | 2023-08-16 09:45:29 -0700 |
| commit | 249b5005e4c286fb7858438f4e6731a6d44ae6f5 (patch) | |
| tree | 4d7b309e78f3b6f914204192d5e0446d6c03a80b /lua/n8/remap.lua | |
init
Diffstat (limited to 'lua/n8/remap.lua')
| -rw-r--r-- | lua/n8/remap.lua | 3 |
1 files changed, 3 insertions, 0 deletions
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", "<leader>pv", vim.cmd.Ex) + |