Skip to content

Commit

Permalink
Wed 18 Dec 2024 11:43:15 NZDT
Browse files Browse the repository at this point in the history
  • Loading branch information
YardQuit committed Dec 17, 2024
1 parent ecc4b54 commit e67abec
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 34 deletions.
13 changes: 0 additions & 13 deletions system_files/etc/skel/.config/helix/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ newline = "none"
space = " "
tab= " "
tabpad = " "
# space = "·"
# tab= "-"
# tabpad = "-"

[editor.indent-guides]
render = true
Expand Down Expand Up @@ -94,15 +91,6 @@ u = "switch_to_lowercase"
p = ":sh pwd"
j = ["extend_to_line_bounds", "delete_selection", "move_line_up", "paste_before"]
k = ["extend_to_line_bounds", "delete_selection", "paste_after"]
# backspace = [":write", ":sh wezterm start --new-tab --cwd $(pwd)"]
# backspace = [":write", ":sh zellij action new-pane --floating --x 10% --y 15% --height 70% --width 80% --name 'Originated from: HELIX' --close-on-exit -- bash"]
# backspace = [":write", ":sh zellij action new-pane --floating --name 'Originated from: HELIX' -- bash"]
# backspace = [":write", ":sh ~/.config/custm/scripts/sys_zellij_parent_check.sh"]
# backspace = [":write", ":sh gnome-terminal"]
# backspace = [":write", ":sh gnome-terminal --tab"]
# backspace = [":write", ":sh alacritty --command sh"]
# backspace = [":write", ":sh $TERM --app-id='scratchpad_foot' &disown"]
# backspace = [":write", ":sh foot --app-id='float_foot'"]

[keys.normal.backspace.t]
s = ":toggle auto-save"
Expand All @@ -114,7 +102,6 @@ w = ":toggle soft-wrap.enable"
[keys.normal.backspace.i]
D = ":insert-output TZ=Pacific/Auckland date"
d = ":insert-output date"
l = ":insert-output python3 ~/.config/helix/scripts/ipsum.py"

[keys.normal.backspace.i.t]
p = ":insert-output cat ~/.config/helix/templates/template.python"
Expand Down
15 changes: 0 additions & 15 deletions system_files/etc/skel/.config/helix/languages.toml.dev

This file was deleted.

Empty file.
6 changes: 0 additions & 6 deletions system_files/etc/skel/.config/lf/lfrc
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,6 @@ map Eo $"$EDITOR" $fx
map En $"$EDITOR"
map Es $"sudoedit" $fx

# map <backspace2><backspace2> $wezterm start --new-tab --cwd $(pwd)
# map <backspace2><backspace2> $alacritty -e bash
# map <backspace2><backspace2> $zellij action new-pane --floating --x 10% --y 15% --height 70% --width 80% --name 'Originated from: LF' --close-on-exit -- bash
# map <backspace2><backspace2> $ptyxis --tab
# map <ctrl><backspace2> $ptyxis --tab

map R :reload
map H :set hidden!

Expand Down

0 comments on commit e67abec

Please sign in to comment.