mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
reverted my helix keybindings, they don't carry over all that well from vim, and just makes things confusing
This commit is contained in:
parent
c79f472ceb
commit
436a3913e7
2 changed files with 2 additions and 4 deletions
|
|
@ -102,8 +102,8 @@
|
||||||
normal = {
|
normal = {
|
||||||
C-right = "move_next_word_start";
|
C-right = "move_next_word_start";
|
||||||
C-left = "move_prev_word_end";
|
C-left = "move_prev_word_end";
|
||||||
a = "insert_mode";
|
# a = "insert_mode";
|
||||||
i = "append_mode";
|
# i = "append_mode";
|
||||||
"=" = ":format";
|
"=" = ":format";
|
||||||
|
|
||||||
space = {
|
space = {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
inputs,
|
|
||||||
outputs,
|
outputs,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
|
|
@ -16,7 +15,6 @@ in {
|
||||||
outputs.overlays.additions
|
outputs.overlays.additions
|
||||||
outputs.overlays.modifications
|
outputs.overlays.modifications
|
||||||
outputs.overlays.unstable-packages
|
outputs.overlays.unstable-packages
|
||||||
inputs.helix.overlays.default
|
|
||||||
];
|
];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue