summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-03-03 15:43:25 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-03-03 15:43:25 +0100
commit7ab1c734676eda445ad65bfef985a611350efed0 (patch)
tree8274525e4224faaeea9ba656ddd4690ef502e7af
parent4f3054ed30995cdceee293749bc0b81deec1f911 (diff)
added packer keybind
-rw-r--r--config/essentials/nvim/lua/tlast/remap.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/essentials/nvim/lua/tlast/remap.lua b/config/essentials/nvim/lua/tlast/remap.lua
index 8a42211..bfbf384 100644
--- a/config/essentials/nvim/lua/tlast/remap.lua
+++ b/config/essentials/nvim/lua/tlast/remap.lua
@@ -73,6 +73,9 @@ vim.keymap.set("n", "<LocalLeader>W", "<CMD>write!<CR>")
vim.keymap.set("n", "<LocalLeader>e", "<CMD>edit<CR><CMD>set nohls<CR>")
vim.keymap.set("n", "<Leader><M-s>", "<CMD>source<CR>")
+-- Packer
+vim.keymap.set("n", "<Leader>P", "<CMD>PackerSync<CR>")
+
-- spelling
vim.keymap.set("n", "<Leader><C-s>", "<CMD>setlocal spell!<CR>")