Skip to content

Commit

Permalink
fix a wrong mapping [#2]
Browse files Browse the repository at this point in the history
  • Loading branch information
yutkat committed Jul 27, 2022
1 parent 2dc56d0 commit bf0359f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/csvtools.lua
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function M.add_mappings()
"<cmd>-1<cr><cmd>lua require'csvtools'.Highlight()<cr>",
opts
)
vim.api.nvim_buf_set_keymap(Status.mainwindowbuf, "n", "k", "<cmd>+1<CR><cmd>lua require'csvtools'.Highlight()<cr>", opts)
vim.api.nvim_buf_set_keymap(Status.mainwindowbuf, "n", "k", "<cmd>-1<CR><cmd>lua require'csvtools'.Highlight()<cr>", opts)
vim.api.nvim_buf_set_keymap(
Status.mainwindowbuf,
"n",
Expand Down

0 comments on commit bf0359f

Please sign in to comment.