Remaps slate kbds
This commit is contained in:
parent
23f4e84ada
commit
7cf411fe0f
2 changed files with 4 additions and 4 deletions
|
@ -48,10 +48,10 @@ var focus_apps = {
|
||||||
e: 'Emacs',
|
e: 'Emacs',
|
||||||
t: 'iTerm2',
|
t: 'iTerm2',
|
||||||
m: 'Messages',
|
m: 'Messages',
|
||||||
p: 'Spotify',
|
s: 'Spotify',
|
||||||
c: 'Google Chrome',
|
c: 'Google Chrome',
|
||||||
l: 'LimeChat',
|
l: 'LimeChat',
|
||||||
s: 'Slack',
|
k: 'Slack',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -26,12 +26,12 @@
|
||||||
(define-key term-raw-map (kbd "s-v") 'term-paste))
|
(define-key term-raw-map (kbd "s-v") 'term-paste))
|
||||||
|
|
||||||
|
|
||||||
(defun wc/ansi-term-paste (&optional string)
|
(defun wc/ansi-term-paste (&optional string)
|
||||||
"Paste into `ansi-term'."
|
"Paste into `ansi-term'."
|
||||||
(interactive)
|
(interactive)
|
||||||
(process-send-string
|
(process-send-string
|
||||||
(get-buffer-process (current-buffer))
|
(get-buffer-process (current-buffer))
|
||||||
(if string string (current-kill 0)))))
|
(if string string (current-kill 0))))
|
||||||
|
|
||||||
|
|
||||||
(defun evil-window-vsplit-right ()
|
(defun evil-window-vsplit-right ()
|
||||||
|
|
Loading…
Reference in a new issue