Fixed a couple errors with the keybinding for the edit button.
This commit is contained in:
@@ -154,7 +154,7 @@ if ! [ -e "$DIALOGRC" ]; then
|
|||||||
# Add keybindings to dialogrc
|
# Add keybindings to dialogrc
|
||||||
echo >> "$DIALOGRC"
|
echo >> "$DIALOGRC"
|
||||||
echo "# Edit keybinding" >> "$DIALOGRC"
|
echo "# Edit keybinding" >> "$DIALOGRC"
|
||||||
echo "bindkey menu ~E EXTRA" >> "$DIALOGRC"
|
echo "bindkey menubox ^E EXTRA" >> "$DIALOGRC"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user