diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 4ec74f30..56775f4e 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -46,8 +46,8 @@ w = "move_next_sub_word_start" b = "move_prev_sub_word_start" l = "move_next_sub_word_end" L = "move_next_long_word_end" -k = "search_next" -K = "search_prev" +j = "search_next" +J = "search_prev" C-q = ":qa" C-Q = ":qa!" C-m = "jump_view_left" @@ -70,9 +70,9 @@ k = "extend_search_next" K = "extend_search_prev" j = "extend_next_sub_word_end" J = "extend_next_long_word_end" -[keys.normal.j] +[keys.normal.k] m = "match_brackets" -j = "match_brackets" +k = "match_brackets" s = "surround_add" r = "surround_replace" d = "surround_delete" diff --git a/.zshrc b/.zshrc index d47cbf36..52671e83 100644 --- a/.zshrc +++ b/.zshrc @@ -8,6 +8,7 @@ source $ZSH/oh-my-zsh.sh ASHEN="$HOME/dev/plugins/ashen.nvim" source $ASHEN/extras/fzf/ashen.sh unset LS_COLORS +export EDITOR="helix" # Note: if I do get Obsidian Bridge working, this is # a really bad way to load the env because