diff --git a/keyhint/config/vscode-neovim.toml b/keyhint/config/vscode-neovim.toml new file mode 100644 index 0000000..b3cfaa2 --- /dev/null +++ b/keyhint/config/vscode-neovim.toml @@ -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" diff --git a/keyhint/config/vscode.toml b/keyhint/config/vscode.toml index 608e071..8e1e11c 100644 --- a/keyhint/config/vscode.toml +++ b/keyhint/config/vscode.toml @@ -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"