From d7e449e5ce6d8f51c0d7a09ff4ebcb1f8ead9159 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Tue, 9 Aug 2022 10:56:16 +0200 Subject: [PATCH] add binding to open new kitty window --- .config/lf/lfrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 1ed34ff1..06e5bcb5 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -172,7 +172,6 @@ map x $$f map X !$f map o &mimeopen $f map O $mimeopen --ask $f - map A rename # at the very end map a push A # at the very beginning map I push A # after extension @@ -180,5 +179,8 @@ map i push A # before extension map c push A # new rename map B bulkrename +# Kitty Specific +map W $kitty @ launch --cwd $PWD --no-response lf + # source directory shortcuts source "~/.config/lf/shortcutrc"