Go to file
Travis Burtrum 9f8611c0c7
add some bash functions and tweak zellij config
2024-04-04 21:30:01 -04:00
alacritty tweak config 2024-03-05 18:47:19 -05:00
bin tweak config 2024-03-05 18:47:19 -05:00
git Add git config 2023-10-12 22:10:26 -04:00
gtk-4.0 Add gtk4 config to make dino readable 2023-10-03 01:20:20 -04:00
helix tweak config 2024-03-05 18:47:19 -05:00
i3 tweaks 2023-11-11 00:26:36 -05:00
leftwm tweak leftwm config 2024-03-26 19:46:35 -04:00
sxhkd tweaks 2023-11-11 00:26:36 -05:00
zellij add some bash functions and tweak zellij config 2024-04-04 21:30:01 -04:00
.gitignore Initial commit 2023-09-27 14:37:16 -04:00
.gitmodules add submodule to my helix fork 2023-10-03 00:32:28 -04:00
README.md Initial commit 2023-09-27 14:37:16 -04:00
bashrc add some bash functions and tweak zellij config 2024-04-04 21:30:01 -04:00

README.md

moparisthebest's helix config

I use Unix Programmer's Dvorak for a keyboard layout, so when I started to learn helix, I wanted to keep all the keys in the same position, but mapped to Dvorak. There isn't even a default layout file for helix, so with some awful bash and a tiny bit of manual editing I managed to:

  1. extract default keymap from helix source code (config.orig.toml)
  2. automatically convert it to dvorak (config.dvorak.toml)

I'll also keep my personal config.toml here, where I may make more tweaks.