summaryrefslogtreecommitdiff
path: root/fnl/config/which-key.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-08-12 15:24:13 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-08-12 15:24:13 +0200
commit44f7583347bff22f17fba3eaedef0632a6d9adf9 (patch)
tree07da67fd0005cccfaa95eae3e276e4c4d463587f /fnl/config/which-key.fnl
parentdb97431149f73bb7011de767d7a6ca37d0361393 (diff)
Update buffer keymap
Diffstat (limited to 'fnl/config/which-key.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 9554e0e..5235f27 100644
--- a/fnl/config/which-key.fnl
+++ b/fnl/config/which-key.fnl
@@ -129,13 +129,13 @@
(nvim.set_current_win win)))))
(def- nmappings {:a [:<cmd>AerialToggle!<CR> "Toggle Aerial"]
- :b ["<cmd>lua require('telescope.builtin').buffers(require('telescope.themes').get_dropdown{sort_lastused = true, initial_mode = 'normal', previewer = false})<cr>"
- "Switch buffers"]
:c [:<cmd>Bdelete!<CR> "Close Buffer"]
:e [:<cmd>NvimTreeToggle<cr> :Explorer]
:f find
:g git
:h [:<cmd>Alpha<cr> :Alpha]
+ :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>"
:Comment]