Install it: yum install screen Start it up: screen Detach from the session: Control-a d Re-attach to the session later on: screen -r This is a good reference guide: https://www.rackaid.com/blog/linux-screen-tutorial-and-how-to/
Categories: How-To's, Technology Tags: AWS, howto, Install, Linux, Screen, tips | No comments
To force VIM to keep the cursor vertically centered in the window while the text scrolls, place this directive in your ~/.vimrc file:
To disable it, comment the line out with a double-quote or remove it completely:
Categories: How-To's, Technology Tags: .vimrc, Cursor, howto, Screen, tips, vi, vim, window | No comments