mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-06-09 14:12:04 +01:00
896af887ca
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"
|