Skip to content

Commit

Permalink
chore: hide cli sheet by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dynobo committed Oct 4, 2024
1 parent 03fce33 commit 3ef75a8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
17 changes: 17 additions & 0 deletions keyhint/config/vscode-neovim.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
id = "vscode-neovim"
url = ""
hidden = true

[match]
regex_wmclass = "^$"
regex_title = "^$"

[section]
[section.General]
"ma / mA" = "Multicursor after cursor / line"
"mi / mI" = "Multicursor before cursor / line"
"K" = "Show hover, repeat to focus hover"
"gd" = "Goto definition"
"gf" = "Goto declaration"
"gH" = "Reference Search"
"Ctrl + n / p" = "Next / previous list item"
9 changes: 0 additions & 9 deletions keyhint/config/vscode.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,3 @@ F10 = "Step over"
[section."File/Tab Management"]
"Ctrl + Tab" = "Switch between tabs"
"Ctrl + P" = "Quick open file"

[section."Extension = NeoVim"]
"ma / mA" = "Multicursor after cursor / line"
"mi / mI" = "Multicursor before cursor / line"
"K" = "Show hover, repeat to focus hover"
"gd" = "Goto definition"
"gf" = "Goto declaration"
"gH" = "Reference Search"
"Ctrl + n / p" = "Next / previous list item"

0 comments on commit 3ef75a8

Please sign in to comment.