Skip to content
Discussion options

You must be logged in to vote

I was having the same issue and what I found out is for some reason the default binds are different for distrobox. what you can do to fix this is run bindkey -l which will should give you and output like:

.safe
command
emacs
isearch
main
vicmd
viins
viopp
visual

show the different binding groups and then you can look at what binds are in that group with bindkey -M main which for me these are the default for my system:

"^@" set-mark-command
"^A" beginning-of-line
"^B" backward-char
"^D" delete-char-or-list
"^E" end-of-line
"^F" forward-char
"^G" send-break
"^H" backward-delete-char
"^I" expand-or-complete
"^J" accept-line
"^K" kill-line
"^L" clear-screen
"^M" accept-line
"^N" down-line-or…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by davidshen84
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants