add zsh config, switch from fish

This commit is contained in:
2020-01-20 09:50:55 +01:00
parent 0cbfd510eb
commit 9860dc42b1
5 changed files with 52 additions and 3 deletions

View File

@ -14,8 +14,8 @@
(setf *time-modeline-string* "%k:%M")
(define-key *root-map* (kbd ";") "colon")
(define-key *root-map* (kbd "c") "exec st -e /usr/bin/fish")
(define-key *root-map* (kbd "C-c") "exec st -e /usr/bin/fish")
(define-key *root-map* (kbd "c") "exec st")
(define-key *root-map* (kbd "C-c") "exec st")
(define-key *root-map* (kbd "s-TAB") "gother")
(define-key *root-map* (kbd "H") "exec systemctl hibernate")
(define-key *root-map* (kbd "L") "exec systemctl suspend")