Move notes out of helix config file

This commit is contained in:
Ian Keane 2024-09-18 22:39:09 -04:00
parent 810f542bae
commit 99ac93e560

View file

@ -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