Mercurial > dotfiles
changeset 385:b89d28b33253
Update eunuch command list
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 28 Apr 2021 14:45:44 +0200 |
parents | a8231e54e6b1 |
children | 82155064643e |
files | dot_config/nvim/config.lua |
diffstat | 1 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/dot_config/nvim/config.lua Fri Apr 23 09:35:34 2021 +0200 +++ b/dot_config/nvim/config.lua Wed Apr 28 14:45:44 2021 +0200 @@ -30,16 +30,19 @@ use { 'tpope/vim-eunuch', cmd = { - 'Remove', + 'Delete', 'Unlink', 'Move', 'Rename', 'Mkdir', 'Chmod', - 'Find', - 'Locate', + 'Cfind', + 'Clocate', + 'Lfind', + 'Llocate', 'SudoEdit', 'SudoWrite', + 'Wall', }, }