From 99ac93e560423c828b4cb6cb5c8906e55bae860b Mon Sep 17 00:00:00 2001 From: Ian Keane Date: Wed, 18 Sep 2024 22:39:09 -0400 Subject: [PATCH] Move notes out of helix config file --- dotfiles.org | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/dotfiles.org b/dotfiles.org index f3fcdb6..575085e 100644 --- a/dotfiles.org +++ b/dotfiles.org @@ -135,16 +135,19 @@ set-option -g window-status-format '#{window_name}' #+end_src * Text Editors ** Helix +*** TODO Things to remap +- HML +- gg G +- next / previous / show hunk ghn ghp ghv +- alias & to something easier +- remap alt-s +- remap ctrl-r to redo +- remap gc to comment +*** TODO Misc +- Language server config +- GPT config #+begin_src toml :tangle ~/.config/helix/config.toml theme = "base16_default" - - # HML - # gg G - # next / previous / show hunk ghn ghp ghv - # alias & to something easier - # remap alt-s - # remap ctrl-r to redo - # remap gc to comment #+end_src ** Emacs Pinentry