ZSH: disable vim exit aliases
This commit is contained in:
parent
665f07bee6
commit
2a9517822d
1 changed files with 1 additions and 3 deletions
|
@ -95,9 +95,7 @@ fman() {
|
||||||
man -k . | fzf --prompt='Man> ' | awk '{print $1}' | xargs -r man
|
man -k . | fzf --prompt='Man> ' | awk '{print $1}' | xargs -r man
|
||||||
}
|
}
|
||||||
|
|
||||||
# I'm retarded so I need this
|
alias :q='cowsay "You are not in vim anymore"'
|
||||||
alias :q='exit'
|
|
||||||
alias :wq='exit'
|
|
||||||
|
|
||||||
alias reboot-kodi='systemctl reboot --boot-loader-entry=kodi.conf'
|
alias reboot-kodi='systemctl reboot --boot-loader-entry=kodi.conf'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue