rm duplicate mapping
This commit is contained in:
parent
2988a22eb8
commit
3a209318bb
|
@ -41,10 +41,7 @@ map("n", "<C-s>", ":w <CR>", opt)
|
|||
map("n", "<leader>/", ":CommentToggle<CR>", opt)
|
||||
map("v", "<leader>/", ":CommentToggle<CR>", opt)
|
||||
|
||||
map("n", "<C-q>", ":bd! <CR>", opt)
|
||||
|
||||
-- compe stuff
|
||||
|
||||
local t = function(str)
|
||||
return vim.api.nvim_replace_termcodes(str, true, true, true)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue