Skip to content

Commit

Permalink
fix: remove redundant :.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayamir committed Jan 4, 2023
1 parent c4b6915 commit 71e34f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/keymap/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require("keymap.config")

local plug_map = {
-- nvim-bufdel
["n|<A-q>"] = map_cr(":BufDel"):with_noremap():with_silent(),
["n|<A-q>"] = map_cr("BufDel"):with_noremap():with_silent(),
-- Bufferline
["n|gb"] = map_cr("BufferLinePick"):with_noremap():with_silent(),
["n|<A-j>"] = map_cr("BufferLineCycleNext"):with_noremap():with_silent(),
Expand Down

0 comments on commit 71e34f6

Please sign in to comment.