Move notes out of helix config file
This commit is contained in:
parent
810f542bae
commit
99ac93e560
1 changed files with 11 additions and 8 deletions
19
dotfiles.org
19
dotfiles.org
|
|
@ -135,16 +135,19 @@ set-option -g window-status-format '#{window_name}'
|
||||||
#+end_src
|
#+end_src
|
||||||
* Text Editors
|
* Text Editors
|
||||||
** Helix
|
** 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
|
#+begin_src toml :tangle ~/.config/helix/config.toml
|
||||||
theme = "base16_default"
|
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
|
#+end_src
|
||||||
|
|
||||||
** Emacs Pinentry
|
** Emacs Pinentry
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue