From d712e6b24776ba2ba645641e0b378016f0ccd29d Mon Sep 17 00:00:00 2001 From: Gokcehan Date: Sat, 27 Aug 2016 00:24:51 +0300 Subject: [PATCH] add shell spawn example to lfrc.example Mentioned in #8. --- etc/lfrc.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/lfrc.example b/etc/lfrc.example index c8606d6..3f2fd10 100644 --- a/etc/lfrc.example +++ b/etc/lfrc.example @@ -12,6 +12,9 @@ set scrolloff 10 map i $less "$f" map e $vim "$f" +# mapping to spawn a shell in current directory +map S $$SHELL + # use enter for shell commands map read-shell