mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix #2744: remove :t[mux] & :tcd ex commands
They were shadowing :t, a default ex command.
This commit is contained in:
@ -28,8 +28,6 @@
|
|||||||
|
|
||||||
;; TODO (evil-ex-define-cmd "rx" 'doom:regex) ; open re-builder
|
;; TODO (evil-ex-define-cmd "rx" 'doom:regex) ; open re-builder
|
||||||
(evil-ex-define-cmd "sh[ell]" #'+eshell:run)
|
(evil-ex-define-cmd "sh[ell]" #'+eshell:run)
|
||||||
(evil-ex-define-cmd "t[mux]" #'+tmux:run) ; send to tmux
|
|
||||||
(evil-ex-define-cmd "tcd" #'+tmux:cd-here) ; cd to default-directory in tmux
|
|
||||||
(evil-ex-define-cmd "pad" #'+evil:open-scratch-buffer)
|
(evil-ex-define-cmd "pad" #'+evil:open-scratch-buffer)
|
||||||
|
|
||||||
;;; GIT
|
;;; GIT
|
||||||
|
Reference in New Issue
Block a user