Make new terminal command a little less prone to accidents
Move from f6 to f12
This commit is contained in:
parent
e56db24c16
commit
7c3c6c16d8
1 changed files with 1 additions and 1 deletions
2
01mac.el
2
01mac.el
|
|
@ -31,7 +31,7 @@
|
||||||
(global-set-key (kbd "C-c q") 'kill-buffer-and-window)
|
(global-set-key (kbd "C-c q") 'kill-buffer-and-window)
|
||||||
|
|
||||||
;; Create new terminal
|
;; Create new terminal
|
||||||
(global-set-key (kbd "<f6>") (lambda ()
|
(global-set-key (kbd "<f12>") (lambda ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(ansi-term "/bin/zsh" "ANSI-Term : Zsh")))
|
(ansi-term "/bin/zsh" "ANSI-Term : Zsh")))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue