Add super bindings for open-{term,thunar}-in-current-directory

This commit is contained in:
Adam Goldsmith 2019-01-10 13:15:17 -05:00
parent ca69317359
commit 8f555ffd33
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@
(interactive)
(call-process "alacritty" nil 0 nil))
(bind-key "<s-return>" 'open-term-in-current-directory)
(bind-key "s-t" 'open-thunar-in-current-directory)
;;;; enable disabled functions
(put 'upcase-region 'disabled nil)
(put 'downcase-region 'disabled nil)