From fd06207eafda48e58b58db6aa06d542668002c46 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Fri, 16 Aug 2024 19:10:44 +0200 Subject: [PATCH] lf: update del shortcuts after accidentically wiping config --- config/lf/lfrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/lf/lfrc b/config/lf/lfrc index c030531c..c90c1c38 100644 --- a/config/lf/lfrc +++ b/config/lf/lfrc @@ -298,9 +298,9 @@ cmd select-all &{{ map d map m map t +map x # one-shot commands -map x cut map R bulk-rename map J move-parent down map K move-parent up @@ -319,8 +319,9 @@ map td touchdir map tt touchfile # d = delete -map dd trash -map dD delete +map dd cut +map dz trash +map dD trash map dr trash-restore # o = order -- 2.51.2