From c38de1d262b091584d88c3346622fa1565ee9b1a Mon Sep 17 00:00:00 2001 From: i-c-u-p <96894903+i-c-u-p@users.noreply.github.com> Date: Sun, 10 Apr 2022 12:39:05 +0000 Subject: fix "extention" typo (#1103) replaces all appearances of "extention" with "extension" --- .config/lf/lfrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config') 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 # new rename map I push A # at the very beginning -map i push A # before extention -map a push A # after extention +map i push A # before extension +map a push A # after extension map B bulkrename map b $setbg $f -- cgit v1.3.1