chore: More aliases

This commit is contained in:
Tibo De Peuter 2025-10-08 10:09:39 +02:00
parent d94e6ebf1d
commit f722b86812
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
2 changed files with 4 additions and 4 deletions

View file

@ -19,16 +19,16 @@ bind = , Return, submap, reset
submap = reset
# Launcher
$mode_launcher = Launch (f)irefox, (t)hunderbird.
$mode_launcher = Launch (f)irefox, (t)hunderbird, (l)ogseq.
bind = $flag, O, submap, $mode_launcher
submap = $mode_launcher
bind = , F, exec, firefox
bind = , F, submap, reset
bind = , L, exec, logseq
bind = , L, submap, reset
bind = , T, exec, thunderbird
bind = , T, submap, reset
bind = , Z, exec, zen
bind = , Z, submap, reset
bind = $flag, O, submap, reset
bind = , Escape, submap, reset

View file

@ -51,7 +51,7 @@ fi
alias cp='cp -i'
alias df='df -h'
alias free='free -m'
alias gs='git status'
alias gs='git status --short'
alias hgrep='history | grep'
alias ll='ls -la'
alias mkdir='mkdir -pv'