Remix.run Logo
irishcoffee 4 hours ago

I agree with you that vi is lighter than vim. I’ve seen more than a few instances of an OS just aliasing vi to vim.

On that note, why are the keybindings for vi on a “modern” Ubuntu different from fedoras? I remember having to mess with ^H in a vimrc or something to that effect to mimic the behavior I was expecting.

cwillu 2 hours ago | parent [-]

Sounds like the terminal (not vi) you're using has different defaults; backspace and delete are the two common keys that vary.

irishcoffee 36 minutes ago | parent [-]

That makes a lot of sense. I'll do some research on different terminal behaviors. Thanks!