emacs aliases

This commit is contained in:
2023-02-28 19:46:33 +01:00
parent 45b6f6fc93
commit 0de7ec0d7c
3 changed files with 8 additions and 1 deletions

View File

@@ -67,3 +67,7 @@ alias hist10='print -l ${(o)history%% *} | uniq -c | sort -nr | head -n 10'
# Default xclip to use Ctrl-c/Ctrl-v clipboard
alias xclip="xclip -selection c"
alias :q="exit"
# Emacs startup
alias emacs="emacsclient -c -n"
alias em="emacs"