all repos

init.lua @ b3cbac1

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
feat(keymap): add another map for commenting
Author: Smirnov Olexander ss2316544@gmail.com
Committed at: 2022-05-16 19:11:31 +0300
Parent: 1790db8
M lua/core/keymaps.lua

@@ -4,6 +4,7 @@ -- general

map("n", "<C-s>", "<cmd>write!<cr>") map("i", "jk", "<esc>") map("n", "<leader>h", "<cmd>nohlsearch<cr>") +map("n", "<leader>/", "<Plug>(comment_toggle_current_linewise)") --- buffers map("n", "<S-h>", "<cmd>bp!<cr>")