summaryrefslogtreecommitdiffstats
path: root/lua/Nanderty/remap.lua
diff options
context:
space:
mode:
authorNanderty <psopka@sopka.ch>2023-03-12 15:07:53 +0100
committerNanderty <psopka@sopka.ch>2023-03-12 15:07:53 +0100
commitc87bea68983be1a4ab0bdce3bb2ac19ad35f0a81 (patch)
tree245b4cca0fb59a5abdff645fa8bd145a021a7908 /lua/Nanderty/remap.lua
downloadneovim-config-c87bea68983be1a4ab0bdce3bb2ac19ad35f0a81.tar.gz
neovim-config-c87bea68983be1a4ab0bdce3bb2ac19ad35f0a81.tar.bz2
neovim-config-c87bea68983be1a4ab0bdce3bb2ac19ad35f0a81.zip
neovim setup
Diffstat (limited to 'lua/Nanderty/remap.lua')
-rw-r--r--lua/Nanderty/remap.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/Nanderty/remap.lua b/lua/Nanderty/remap.lua
new file mode 100644
index 0000000..b760350
--- /dev/null
+++ b/lua/Nanderty/remap.lua
@@ -0,0 +1,2 @@
+vim.g.mapleader = " "
+vim.keymap.set("n", "<leader>pv", vim.cmd.Ex)