add shell spawn example to lfrc.example

Mentioned in #8.
This commit is contained in:
Gokcehan 2016-08-27 00:24:51 +03:00
parent df6c23769f
commit d712e6b247

View File

@ -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 <cr> read-shell