summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl')
-rw-r--r--fnl/config/which-key.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/config/which-key.fnl b/fnl/config/which-key.fnl
index 5235f27..9182591 100644
--- a/fnl/config/which-key.fnl
+++ b/fnl/config/which-key.fnl
@@ -137,7 +137,7 @@
:i ["<cmd>lua require('telescope.builtin').buffers(require('telescope.themes').get_dropdown{sort_lastused = true, initial_mode = 'normal', previewer = false})<cr>"
"Switch buffers"]
:l lsp
- :n ["<cmd>lua require('Comment.api').toggle_current_linewise()<CR>"
+ :n ["<cmd>lua require('Comment.api').toggle.linewise.current()<CR>"
:Comment]
:o org
:p packer
@@ -154,7 +154,7 @@
:noremap true
:nowait true})
-(def- vmappings {:n ["<ESC><CMD>lua require('Comment.api').toggle_linewise_op(vim.fn.visualmode())<CR>"
+(def- vmappings {:n ["<ESC><CMD>lua require('Comment.api').toggle.linewise(vim.fn.visualmode())<CR>"
:Comment]})
(let [which-key (util.load-plugin :which-key)]