From 169eb2dadd121e7492fd691c74735be1b27f7486 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 30 Mar 2020 00:20:05 -0400 Subject: [PATCH] Fix #2744: remove :t[mux] & :tcd ex commands They were shadowing :t, a default ex command. --- modules/editor/evil/+commands.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/editor/evil/+commands.el b/modules/editor/evil/+commands.el index 69b9082ba..1c9de22a0 100644 --- a/modules/editor/evil/+commands.el +++ b/modules/editor/evil/+commands.el @@ -28,8 +28,6 @@ ;; TODO (evil-ex-define-cmd "rx" 'doom:regex) ; open re-builder (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) ;;; GIT