Skip to content

Commit

Permalink
add commment
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Badragan authored and MagicDuck committed May 11, 2024
1 parent b9b17cd commit 13c19c4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions lua/grug-far/opts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,19 @@ M.defaultOptions = {

-- shortcuts for the actions you see at the top of the buffer
-- set to '' to unset. Unset mappings will be removed from the help header
-- They are all mappings for both insert and normal mode except for gotoLocation
-- which is normal mode only. The distinction is mostly due to how they tend to
-- be used and due to my brain short-circuiting while writing this :P.
-- Would be good to improve this in the future if there is enough of a need.
keymaps = {
-- normal and insert mode
replace = '<C-enter>',
qflist = '<C-q>',
gotoLocation = '<enter>',
syncLocations = '<C-i>',
close = '<C-x>'
close = '<C-x>',

-- normal mode only
gotoLocation = '<enter>',
},

-- separator between inputs and results, default depends on nerdfont
Expand Down

0 comments on commit 13c19c4

Please sign in to comment.