Added backspace key for going to prev directory (instead of just '-')
This commit is contained in:
parent
57b8b09feb
commit
65fc83070b
@ -228,7 +228,8 @@ binding_t bindings[] = {
|
||||
{{'\''}, "mark=\"$(ls ~/.config/bb/marks | " PICK("Jump to: ", "") ")\" "
|
||||
"&& bb +cd:\"$(readlink -f ~/.config/bb/marks/\"$mark\")\"",
|
||||
B("Jump")" to a directory"},
|
||||
{{'-'}, "test $BBPREVPATH && bb +cd:\"$BBPREVPATH\"", "Go to "B("previous")" directory"},
|
||||
{{'-', KEY_BACKSPACE, KEY_BACKSPACE2},
|
||||
"test $BBPREVPATH && bb +cd:\"$BBPREVPATH\"", "Go to "B("previous")" directory"},
|
||||
{{';'}, "bb +cd:'<selection>'", "Show "B("selected files")},
|
||||
{{'0'}, "bb +cd:\"$BBINITIALPATH\"", "Go to "B("initial directory")},
|
||||
{{'m'}, "ln -s \"$PWD\" ~/.config/bb/marks/\"$("ASKECHO("Mark: ", "")")\"", B("Mark")" this directory"},
|
||||
|
Loading…
Reference in New Issue
Block a user