From 82afe435a24f4ea88182f3051e6837d5d6c0d68a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 22 Feb 2024 23:50:29 -0500 Subject: clean up my shell config a bit --- zsh/.zshinput | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'zsh/.zshinput') diff --git a/zsh/.zshinput b/zsh/.zshinput index 3ab9ac4..ada9a5e 100644 --- a/zsh/.zshinput +++ b/zsh/.zshinput @@ -12,31 +12,21 @@ bindkey "^[OB" history-beginning-search-forward-end bindkey -M viins '^R' fzf-history-widget bindkey -M vicmd '^R' fzf-history-widget -bindkey -M vicmd '/' history-incremental-search-backward -bindkey -M vicmd '?' history-incremental-search-forward -bindkey -rM viins '^[/' bindkey -M vicmd ')' vi-digit-or-beginning-of-line bindkey -M vicmd 'e' vi-change bindkey -M vicmd 'E' vi-change-eol -bindkey -M vicmd ',' execute-named-cmd -bindkey -M vicmd '!' vi-insert bindkey -M vicmd '_' vi-first-non-blank bindkey -M vicmd '|' send-break -bindkey -M vicmd '\' send-break bindkey "^?" backward-delete-char bindkey "^H" backward-delete-char -bindkey "^U" backward-kill-line - -bindkey "^[[3~" delete-char +bindkey -M viins "^[[3~" delete-char +bindkey -M vicmd "^[[3~" delete-char page-up-within-tmux() { if [[ $TMUX == '' ]]; then - # no-op; default behavior isn't useful, and anyway you don't want to do - # something TOO cool here since you won't be able to do it inside tmux. - # TODO if there's any way to command the /emu/ to scroll up one page, i - # would love to hear about it + : else tmux copy-mode -u fi -- cgit v1.2.3-54-g00ecf