This commit is contained in:
Salim Zaidi 2023-06-30 11:06:56 +01:00
parent 320d80fbe0
commit 626d55a2fa
45 changed files with 182 additions and 64 deletions

View file

@ -53,5 +53,5 @@ if [[ $config_file == ranger* ]]; then
$config_file
else
# Open the selected config file with Vim
vim "$config_file"
nvim "$config_file"
fi