Add terminal

This commit is contained in:
Maciej 2021-03-06 14:02:07 +02:00
parent 2c03395256
commit f2458c846c
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
6 changed files with 34 additions and 16 deletions

View file

@ -49,12 +49,6 @@
;; List buffers
(define-key icejam-keys-mode-map (kbd "C-c b") 'ibuffer)
;; Create new terminal
(defun start-zsh-term ()
"Start ZSH terminal session."
(ansi-term "/bin/zsh" "Zsh"))
(define-key icejam-keys-mode-map (kbd "<f12>") 'start-zsh-term)
;; Revert without asking
(defun revert-buffer-no-confirm ()
"Revert buffer without confirmation."