Make new terminal command a little less prone to accidents

Move from f6 to f12
This commit is contained in:
Maciej 2018-09-10 09:56:40 +03:00
parent e56db24c16
commit 7c3c6c16d8
Signed by: maciej
GPG key ID: 41D62D42D3B0D765

View file

@ -31,7 +31,7 @@
(global-set-key (kbd "C-c q") 'kill-buffer-and-window)
;; Create new terminal
(global-set-key (kbd "<f6>") (lambda ()
(global-set-key (kbd "<f12>") (lambda ()
(interactive)
(ansi-term "/bin/zsh" "ANSI-Term : Zsh")))