Skip to content

Commit

Permalink
feat(mini.clue): add windows submode (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
wroyca authored Mar 25, 2024
1 parent ffa9279 commit 530d6f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lua/astrocommunity/keybinding/mini-clue/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ return {
miniclue.gen_clues.g(),
miniclue.gen_clues.marks(),
miniclue.gen_clues.registers(),
miniclue.gen_clues.windows(),
miniclue.gen_clues.windows {
submode_move = true,
submode_navigate = true,
submode_resize = true,
},
miniclue.gen_clues.z(),
},
}
Expand Down

0 comments on commit 530d6f2

Please sign in to comment.