map gh fix (#1414)

map gh doesn't do anything because it doesn't recognize multi-letter commands. mapping H to cd to ~
This commit is contained in:
Ryan F 2024-05-23 11:42:08 -05:00 committed by GitHub
parent 1f7376c805
commit db6ee8f819
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -139,7 +139,7 @@ cmd bulkrename ${{
# Bindings
map <c-f> $lf -remote "send $id select \"$(fzf)\""
map J $lf -remote "send $id cd $(sed -e 's/\s*#.*//' -e '/^$/d' -e 's/^\S*\s*//' ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-dirs | fzf)"
map gh
map H cd ~
map g top
map D delete
map E extract