ardagnir / athame

Full vim for your shell (bash, zsh, gdb, python, etc)
GNU General Public License v3.0
1.62k stars 32 forks source link

backspace doesnt do anything #74

Closed grenzionky closed 5 years ago

grenzionky commented 5 years ago

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.

ardagnir commented 5 years ago

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

grenzionky commented 5 years ago

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

cevhyruz commented 5 years ago

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

grenzionky commented 5 years ago

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