rm duplicate mapping

This commit is contained in:
siduck76 2021-07-09 17:10:28 +05:30 committed by GitHub
parent 2988a22eb8
commit 3a209318bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -41,10 +41,7 @@ map("n", "<C-s>", ":w <CR>", opt)
map("n", "<leader>/", ":CommentToggle<CR>", opt) map("n", "<leader>/", ":CommentToggle<CR>", opt)
map("v", "<leader>/", ":CommentToggle<CR>", opt) map("v", "<leader>/", ":CommentToggle<CR>", opt)
map("n", "<C-q>", ":bd! <CR>", opt)
-- compe stuff -- compe stuff
local t = function(str) local t = function(str)
return vim.api.nvim_replace_termcodes(str, true, true, true) return vim.api.nvim_replace_termcodes(str, true, true, true)
end end