diff options
| author | Nanderty <psopka@sopka.ch> | 2023-03-12 15:07:53 +0100 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2023-03-12 15:07:53 +0100 |
| commit | c87bea68983be1a4ab0bdce3bb2ac19ad35f0a81 (patch) | |
| tree | 245b4cca0fb59a5abdff645fa8bd145a021a7908 /lua/Nanderty/remap.lua | |
| download | neovim-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.lua | 2 |
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) |
