Vim setup
Vim is the classic text/code editor, with many cool customizations. If used correctly, it can be the best efficient IDE on your HPC as well.
There are many good Youtube tutorials on how to customize Vim. For example:
Use the following script to install latest version of Vim locally on cluster:
In Cedars HPE, the configure step will throw an error about "No Terminal Library Found". Here is how to fix it. First, download the latest (or whichever) version of libncurses: http://ftp.gnu.org/pub/gnu/ncurses/
Then compile it locally, and re-configure vim with LDFLAGS point to it:
Last updated
Was this helpful?