add fvim alias, setup nvim undofile

This commit is contained in:
Philipp 2024-06-19 00:18:02 +02:00
parent b938e9192a
commit 6f386d26a2
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750
3 changed files with 5 additions and 0 deletions

View file

@ -106,6 +106,7 @@ alias autoremove='paru -Rns $(pacman -Qdtq)'
alias autoclean='paru -Sc'
alias autoclean-all='paru -Scc'
alias kexec-load="sudo kexec -l /boot/vmlinuz-linux-zen --initrd=/boot/initramfs-linux-zen.img --reuse-cmdline"
alias fvim='nvim $(fzf --preview="cat {}")'
# Setup better history with fzf
source <(fzf --zsh)