From 3a66a5110eb68a042d3f612f0efc3685bd1aa2d4 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 6 Feb 2025 19:00:07 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-06 19:00:07 --- .config/helix/config.toml | 8 ++++---- .zshrc | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) 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