compile vim from source with GUI support Posted on 2022-02-02 Edited on 2023-07-10 In devops 1234# gtk3 in Rocky Linux 8.5./configure --with-features=huge --enable-gui=gtk3 --enable-python3interp --prefix=/usrmake -j`nproc`sudo make install binkey Inserting a new line below: o above: O To insert before the cursor: i After: a Before the line (home): I Append at the end of line: A