fix lf new terminal bind
This commit is contained in:
parent
0df11439ac
commit
574ca9b0bc
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ map u :clear; unselect
|
||||||
map n &echo $f | xclip -r -selection c
|
map n &echo $f | xclip -r -selection c
|
||||||
map <esc> quit
|
map <esc> quit
|
||||||
map g/ cd "/"
|
map g/ cd "/"
|
||||||
map W &sd
|
map W &$TERMINAL -d $PWD
|
||||||
map e $$EDITOR $f
|
map e $$EDITOR $f
|
||||||
map E $sudo -e $f
|
map E $sudo -e $f
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue