1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 03:21:16 +02:00

nvim: changed session restoring to be limited to projects, added renamer alias

This commit is contained in:
2024-04-06 04:59:13 +02:00
parent 7e576a888e
commit 3835cc8ffc
2 changed files with 2 additions and 3 deletions

View File

@@ -127,6 +127,7 @@ alias svim="sudo nvim"
alias svi="sudo nvim"
command -v nvim >/dev/null && alias vim="nvim" vimdiff="nvim -d"
command -v nvim >/dev/null && alias vi="nvim" vidiff="nvim -d"
alias renamer="nvim +Renamer"
# weather
alias weather="curl wttr.in"