diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-11-10 09:59:32 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-11-10 09:59:32 +0900 |
| commit | 9afdf8d6cf4d945ac764654af75555fc767fb565 (patch) | |
| tree | 54b9a624185ddcbff720e44517f9cdcea1f35582 /ar/.config/zsh/keymaps.zsh | |
| parent | 38ec0c05c59332fbe5527ccb023ac6044fafcccd (diff) | |
modified zsh/.zshrc, modified zsh/keymaps.zsh, modified zsh/scripts.zsh
Diffstat (limited to 'ar/.config/zsh/keymaps.zsh')
| -rw-r--r-- | ar/.config/zsh/keymaps.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ar/.config/zsh/keymaps.zsh b/ar/.config/zsh/keymaps.zsh index b911502..efd9e04 100644 --- a/ar/.config/zsh/keymaps.zsh +++ b/ar/.config/zsh/keymaps.zsh @@ -164,12 +164,14 @@ if [[ -f "${ZPLUGINDIR:-${HOME}/.local/bin/zsh}/zsh-vi-mode/zsh-vi-mode.plugin.z bindkey -s '^D' '^ucdi\n' bindkey -s '^F' '^ufzffiles\n' bindkey -s '^G' '^ulf\n' + # bindkey -s '^G' '^uyazi\n' bindkey -s '^N' '^ulastnvim\n' bindkey -s '^O' '^utmo\n' bindkey -s '^P' '^ufzfpass\n' bindkey -s '^Q' '^uhtop\n' bindkey -s '^T' '^usessionizer\n' bindkey -s '^Y' '^ulfcd\n' + # bindkey -s '^Y' '^uyazicd\n' bindkey -s '^Z' '^upd\n' # bindkey -s '^_' '^u\n' |
