dev #19

Open
tdpeuter wants to merge 79 commits from dev into main
2 changed files with 4 additions and 4 deletions
Showing only changes of commit f722b86812 - Show all commits

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'