vis: keys for yazi and fzf with hidden files; vis as default editor (also in yazi)

This commit is contained in:
2025-09-10 09:06:01 +02:00
parent 28fbb75b47
commit 6757fc6aec
3 changed files with 40 additions and 6 deletions

View File

@@ -8,8 +8,8 @@
# for ssh logins, install and configure the libpam-umask package.
#umask 022
export EDITOR=nvim
export VISUAL=nvim
export EDITOR=vis
export VISUAL=vis
# if running bash
if [ -n "$BASH_VERSION" ]; then