AutoYADM commit: 2025-02-06 19:00:07

This commit is contained in:
Daniel Fichtinger 2025-02-06 19:00:07 -05:00
parent a92d2d281b
commit 3a66a5110e
2 changed files with 5 additions and 4 deletions

View file

@ -46,8 +46,8 @@ w = "move_next_sub_word_start"
b = "move_prev_sub_word_start" b = "move_prev_sub_word_start"
l = "move_next_sub_word_end" l = "move_next_sub_word_end"
L = "move_next_long_word_end" L = "move_next_long_word_end"
k = "search_next" j = "search_next"
K = "search_prev" J = "search_prev"
C-q = ":qa" C-q = ":qa"
C-Q = ":qa!" C-Q = ":qa!"
C-m = "jump_view_left" C-m = "jump_view_left"
@ -70,9 +70,9 @@ k = "extend_search_next"
K = "extend_search_prev" K = "extend_search_prev"
j = "extend_next_sub_word_end" j = "extend_next_sub_word_end"
J = "extend_next_long_word_end" J = "extend_next_long_word_end"
[keys.normal.j] [keys.normal.k]
m = "match_brackets" m = "match_brackets"
j = "match_brackets" k = "match_brackets"
s = "surround_add" s = "surround_add"
r = "surround_replace" r = "surround_replace"
d = "surround_delete" d = "surround_delete"

1
.zshrc
View file

@ -8,6 +8,7 @@ source $ZSH/oh-my-zsh.sh
ASHEN="$HOME/dev/plugins/ashen.nvim" ASHEN="$HOME/dev/plugins/ashen.nvim"
source $ASHEN/extras/fzf/ashen.sh source $ASHEN/extras/fzf/ashen.sh
unset LS_COLORS unset LS_COLORS
export EDITOR="helix"
# Note: if I do get Obsidian Bridge working, this is # Note: if I do get Obsidian Bridge working, this is
# a really bad way to load the env because # a really bad way to load the env because