ardagnir / athame

Full vim for your shell (bash, zsh, gdb, python, etc)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

backspace doesnt do anything

grenzionky opened this issue · comments

as the title says, instead the removing the character behind the cursor, pressing backspace moves the cursor left a character (as if i pressed it in normal mode)
this happens in every mode, including insert mode.

Does this happen in regular vim? Do you have nocompatible enabled?

it doesnt happen in regular vim. and if i turn nocompatible off, athame doesnt even start to work

@grenzionky have you tried setting set backspace=indent,eol,start in your vimrc?

i just checked again, and backspace is working correctly now, even without set backspace 🤷.