Improve vim stuff

This commit is contained in:
Tobias Reisinger 2022-07-29 19:22:47 +02:00
parent 5216b386c3
commit 68a92323e4
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 8 additions and 2797 deletions
.config

View file

@ -41,7 +41,7 @@ alias j='jump'
alias keepass-unlock='(pkill keepassxc; pass notes/keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx)'
alias less='less -FS'
alias less='less -FS -x4'
alias ls='ls -lFh --color=auto'
alias lsblk='lsblk -o +PARTLABEL,FSTYPE,UUID'