diff options
| author | i-c-u-p <96894903+i-c-u-p@users.noreply.github.com> | 2022-04-10 12:39:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-10 12:39:05 +0000 |
| commit | c38de1d262b091584d88c3346622fa1565ee9b1a (patch) | |
| tree | ccaf5e298fe4449b22729f6eae0ac715dc0c0a41 /.config/lf/lfrc | |
| parent | 081809780646e2957972de2d099ed70a044ddfa3 (diff) | |
| download | eibhear-c38de1d262b091584d88c3346622fa1565ee9b1a.tar.gz eibhear-c38de1d262b091584d88c3346622fa1565ee9b1a.tar.zst eibhear-c38de1d262b091584d88c3346622fa1565ee9b1a.zip | |
fix "extention" typo (#1103)
replaces all appearances of "extention" with "extension"
Diffstat (limited to '.config/lf/lfrc')
| -rw-r--r-- | .config/lf/lfrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 80e1088..f12d9c7 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -114,8 +114,8 @@ map O $mimeopen --ask $f map A rename # at the very end map c push A<c-u> # new rename map I push A<c-a> # at the very beginning -map i push A<a-b><a-b><a-f> # before extention -map a push A<a-b> # after extention +map i push A<a-b><a-b><a-f> # before extension +map a push A<a-b> # after extension map B bulkrename map b $setbg $f |
