mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-09 16:59:27 -05:00
9 lines
223 B
Bash
9 lines
223 B
Bash
# Created by newuser for 5.9
|
|
# Shortcuts
|
|
bindkey '^H' backward-kill-word
|
|
bindkey '^Z' undo
|
|
|
|
if test -f ~/.cache/ags/user/generated/terminal/sequences.txt; then
|
|
cat ~/.cache/ags/user/generated/terminal/sequences.txt
|
|
fi
|