From b70f6e6b04d0dbe9965ff142de762ab4b54dd590 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 15 Dec 2014 00:45:30 +0900 Subject: [PATCH] emacs.el: Update some keybinds --- emacs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index b32e4fb..1759cbc 100644 --- a/emacs.el +++ b/emacs.el @@ -2265,7 +2265,7 @@ ARG is ignored." (setq my-term-function 'eshell) ;;(define-key my-prefix-map (kbd "C-s") 'my-term) -(define-key ctl-x-map "t" 'my-term) +(define-key ctl-x-map "i" 'my-term) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; x open @@ -2364,6 +2364,7 @@ COMMAND." (goto-char (point-max))))) ;; (goto-char (point-max)) )))) +(define-key ctl-x-map "c" 'my-term-shell-command) (defun memo (&optional dir) "Open memo.txt in DIR."