My dotfiles utilizing Chezmoi for management https://www.chezmoi.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

29 lines
633 B

{
"redhat.telemetry.enabled": false,
"vim.hlsearch": true,
"vim.leader": ",",
"vim.useCtrlKeys": true,
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindings": [
{
"before": ["<leader>", "s", "v"],
"commands": [":vsplit"]
},
{
"before": ["<leader>", "s", "h"],
"commands": [":hsplit"]
},
{
"before": ["<leader>", "t"],
"commands": [":tabn"]
},
{
"before": ["<leader>", "T"],
"commands": [":tabp"]
},
{
"before": ["<leader>", "w"],
"after": ["<C-w>", "w"]
}
]
}