If you want to load a large file in Vim you should disable the swap file to speed things up. It’s simple to do as well: Vim -n file.txt If a file is over 4096K or so and I have enough system RAM (not usually a problem) I’ll do it this way as it avoids [...]
Read more »
export TERM=linux Ever since my Macbook died and was fixed again Vim hasn’t worked properly in iTerm. I’m a big fan of SSH and Screen. SSH to connect to a remote server, and Screen is like a workspace organiser for your SSH session. First of all the backspace key worked in Vim even when not [...]
Read more »