Add super bindings for open-{term,thunar}-in-current-directory
This commit is contained in:
parent
ca69317359
commit
8f555ffd33
@ -28,6 +28,9 @@
|
|||||||
(interactive)
|
(interactive)
|
||||||
(call-process "alacritty" nil 0 nil))
|
(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
|
;;;; enable disabled functions
|
||||||
(put 'upcase-region 'disabled nil)
|
(put 'upcase-region 'disabled nil)
|
||||||
(put 'downcase-region 'disabled nil)
|
(put 'downcase-region 'disabled nil)
|
||||||
|
Loading…
Reference in New Issue
Block a user