summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-02-28 21:13:01 +0200
committerPaul Buetow <paul@buetow.org>2025-02-28 21:13:01 +0200
commita6ab6d92fc3876269444a31a7502bf4d8059e953 (patch)
tree243e1e57176785c7897632893994d7dca692865d
parent5367b98cf4e17f7906f6d170d88b80a60f73ccdf (diff)
fix
-rw-r--r--dotfiles/zsh/zshrc_d/utils.source.zsh7
1 files changed, 0 insertions, 7 deletions
diff --git a/dotfiles/zsh/zshrc_d/utils.source.zsh b/dotfiles/zsh/zshrc_d/utils.source.zsh
index 9232287..379b29f 100644
--- a/dotfiles/zsh/zshrc_d/utils.source.zsh
+++ b/dotfiles/zsh/zshrc_d/utils.source.zsh
@@ -459,10 +459,3 @@ tv::text () {
}
zle -N tv::text
bindkey -M viins '^x' tv::text
-
-tv:: () {
- hx $(tv )
- zle accept-line
-}
-zle -N tv::
-bindkey -M viins '^x' tv::