mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-04-08 20:27:59 +01:00
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
10 lines
213 B
TOML
10 lines
213 B
TOML
[[manager.prepend_keymap]]
|
|
on = [ "c", "m" ]
|
|
run = "plugin chmod"
|
|
desc = "Chmod on selected files"
|
|
|
|
[[manager.prepend_keymap]]
|
|
on = "T"
|
|
run = "plugin --sync max-preview"
|
|
desc = "Maximize or restore preview"
|