summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-17 20:54:49 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-17 20:54:49 +0900
commitf3bfd45a0b3e4bfbd38181caccd2083fe723e3e0 (patch)
tree10994df123df3a5b552beb21da48feb890d1f023
parent888996d3c25e4e6826555925d1dd24a3ff043ceb (diff)
modified shell/aliasrc, modified zsh/keymaps.zsh
-rw-r--r--ar/.config/shell/aliasrc2
-rw-r--r--ar/.config/zsh/keymaps.zsh4
2 files changed, 2 insertions, 4 deletions
diff --git a/ar/.config/shell/aliasrc b/ar/.config/shell/aliasrc
index 7f254f7..f3ad154 100644
--- a/ar/.config/shell/aliasrc
+++ b/ar/.config/shell/aliasrc
@@ -3,7 +3,7 @@
# ialias - ignored aliases (not completed)
# Use neovim for vim if present.
-[ -x "$(command -v nvim)" ] && alias vimdiff="nvim -d"
+[ -x "$(command -v nvim)" ] && alias vd="nvim -d"
# Use $XINITRC variable if file exists.
[ -f "$XINITRC" ] && alias startx='startx $XINITRC'
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'