diff options
Diffstat (limited to 'ar/.config/zsh')
| -rw-r--r-- | ar/.config/zsh/keymaps.zsh | 4 | ||||
| -rw-r--r-- | ar/.config/zsh/scripts.zsh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ar/.config/zsh/keymaps.zsh b/ar/.config/zsh/keymaps.zsh index 65af438..560509c 100644 --- a/ar/.config/zsh/keymaps.zsh +++ b/ar/.config/zsh/keymaps.zsh @@ -327,12 +327,12 @@ else bindkey -s '^X^G' '^urgafiles ' bindkey -s '^X^L' '^ugloac\n' bindkey -s '^X^N' '^ulastfiles -l\n' - bindkey -s '^X^O' '^uylogy\n' + bindkey -s '^X^O' '^uylogD\n' bindkey -s '^X^Q' '^ufpkill\n' bindkey -s '^X^R' '^ufgst\n' bindkey -s '^X^T' '^ugitstagedfiles\n' bindkey -s '^X^U' '^ugitupdate\n' - bindkey -s '^X^]' '^uylogY\n' + bindkey -s '^X^]' '^uylogd\n' bindkey -s '^X^_' '^ufzffns\n' bindkey -s '^X^X^B' '^urbackup\n' bindkey -s '^X^X^P' '^upcyr\n' diff --git a/ar/.config/zsh/scripts.zsh b/ar/.config/zsh/scripts.zsh index d70522d..082e11f 100644 --- a/ar/.config/zsh/scripts.zsh +++ b/ar/.config/zsh/scripts.zsh @@ -569,7 +569,7 @@ function change_nvim_config_dir() { echo "$config_path" # Clear existing configurations if confirmed by the user - echo -n "This will overwrite existing configurations. Continue? (y/n) " + echo -n "This will overwrite existing configurations. Continue? (y/N) " read reply if [[ $reply =~ ^[Yy]$ ]]; then echo "Clearing existing Neovim configurations..." |
