mirror of
https://github.com/Cian-H/dotfiles.git
synced 2025-12-22 19:31:57 +00:00
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
11 lines
292 B
JSON
11 lines
292 B
JSON
{
|
|
"Alt-/": "lua:comment.comment",
|
|
"Alt-d": "command:definition",
|
|
"Alt-f": "command:format",
|
|
"Alt-k": "command:hover",
|
|
"Alt-r": "command:references",
|
|
"CtrlSpace": "command:lspcompletion",
|
|
"CtrlUnderscore": "lua:comment.comment",
|
|
"CtrlRightSq": "command:tree"
|
|
}
|