diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-17 20:54:49 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-17 20:54:49 +0900 |
| commit | f3bfd45a0b3e4bfbd38181caccd2083fe723e3e0 (patch) | |
| tree | 10994df123df3a5b552beb21da48feb890d1f023 /ar/.config/zsh | |
| parent | 888996d3c25e4e6826555925d1dd24a3ff043ceb (diff) | |
modified shell/aliasrc, modified zsh/keymaps.zsh
Diffstat (limited to 'ar/.config/zsh')
| -rw-r--r-- | ar/.config/zsh/keymaps.zsh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ar/.config/zsh/keymaps.zsh b/ar/.config/zsh/keymaps.zsh index 323324b..b911502 100644 --- a/ar/.config/zsh/keymaps.zsh +++ b/ar/.config/zsh/keymaps.zsh @@ -169,7 +169,6 @@ if [[ -f "${ZPLUGINDIR:-${HOME}/.local/bin/zsh}/zsh-vi-mode/zsh-vi-mode.plugin.z bindkey -s '^P' '^ufzfpass\n' bindkey -s '^Q' '^uhtop\n' bindkey -s '^T' '^usessionizer\n' - bindkey -s '^V' '^uv.\n' bindkey -s '^Y' '^ulfcd\n' bindkey -s '^Z' '^upd\n' # bindkey -s '^_' '^u\n' @@ -262,7 +261,7 @@ else # edit line in vim with ctrl-v in viins and ctrl-e in vicmd autoload edit-command-line zle -N edit-command-line - bindkey '^x^v' edit-command-line # ctrl-v + bindkey '^X^V' edit-command-line # ctrl-v bindkey -M vicmd '^[[P' vi-delete-char # delete bindkey -M vicmd '^e' edit-command-line # ctrl-e bindkey -M visual '^[[P' vi-delete # delete @@ -316,7 +315,6 @@ else bindkey -s '^P' '^ufzfpass\n' bindkey -s '^Q' '^uhtop\n' bindkey -s '^T' '^usessionizer\n' - bindkey -s '^V' '^uv.\n' bindkey -s '^Y' '^ulfcd\n' bindkey -s '^Z' '^upd\n' bindkey -s '^_' '^ucht\n' |
