Skip to content

Commit

Permalink
feat: map g? to show aerial buffer keymaps
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed May 8, 2022
1 parent eba03e1 commit 3c8a70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/aerial/bindings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local util = require("aerial.util")
local M = {}

M.keys = {
{ "?", "<cmd>lua require'aerial.bindings'.show()<CR>", "Show default keymaps" },
{ { "?", "g?" }, "<cmd>lua require'aerial.bindings'.show()<CR>", "Show default keymaps" },
{ "<CR>", "<cmd>lua require'aerial'.select()<CR>", "Jump to the symbol under the cursor" },
{
"<C-v>",
Expand Down

0 comments on commit 3c8a70c

Please sign in to comment.