diff options
| author | Ryan F <65836248+public-void-ryan@users.noreply.github.com> | 2024-05-23 11:42:08 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-23 16:42:08 +0000 |
| commit | db6ee8f8197dec0d0e3333f9c912bef38387a3e7 (patch) | |
| tree | 3a09351eac54b7e8784a188252f6b372567926e9 /.config/lf | |
| parent | 1f7376c805cb57daef05713412f8e562141eead8 (diff) | |
| download | eibhear-db6ee8f8197dec0d0e3333f9c912bef38387a3e7.tar.gz eibhear-db6ee8f8197dec0d0e3333f9c912bef38387a3e7.tar.zst eibhear-db6ee8f8197dec0d0e3333f9c912bef38387a3e7.zip | |
map gh fix (#1414)
map gh doesn't do anything because it doesn't recognize multi-letter commands. mapping H to cd to ~
Diffstat (limited to '.config/lf')
| -rw-r--r-- | .config/lf/lfrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 320f9bd..fb43a05 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -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 |
