[nvim] dont show help when using which-key

This commit is contained in:
Marco Thomas
2022-10-26 19:03:27 +02:00
parent 482ff0e0ab
commit 2d5b4ecf7d
3 changed files with 11 additions and 5 deletions

View File

@@ -39,9 +39,9 @@ alias c='clear'
alias t='tmux a || tmux'
alias tex='nix-shell ~/.dots/tex.nix'
alias l='ls -lFh' #size,show type,human readable
alias la='ls -lAFh' #long list,show almost all,show type,human readable
alias ll='ls -l' #long list
alias l='ls -lFh --color' #size,show type,human readable
alias la='ls -lAFh --color' #long list,show almost all,show type,human readable
alias ll='ls -l --color' #long list
alias rm='rm -i' # Ask before removal
alias cp='cp -i' # Ask before removal