mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-05-14 10:31:54 +01:00
Changed . token to _dot
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user