Relative Content

Tag Archive for macosvimterminalzshvi

Backspace does not work on vim mode in Mac OS terminal

I am using ZSH on Mac terminal and I enable vi mode in the terminal by adding set -o vi to my ~/.zshrc. When I am in the prompt line, and I type Hello, then I hit Esc to enter the non-insert mode, move my cursor to e and hit i to enter insert mode, I can not erase the H by hitting the backspace key.