LINUXOPOLIS # 1,081 ~ VIM-INSTALLATION

in #linux5 years ago (edited)

VIM-INSTALLATION

Building a Linux Habitat
willi glenz @ telegram
Published with SteemPeak
home ~ previous

<p dir="auto"><center><img src="https://images.hive.blog/768x0/https://files.steempeak.com/file/steempeak/wglenz/r7qJSSBX-image.png" alt="screenshot by willi glenz" srcset="https://images.hive.blog/768x0/https://files.steempeak.com/file/steempeak/wglenz/r7qJSSBX-image.png 1x, https://images.hive.blog/1536x0/https://files.steempeak.com/file/steempeak/wglenz/r7qJSSBX-image.png 2x" /> <pre><code>vim ~/.config/fish/functions/gvim-installation.fish function gvim-installation --description 'vim - installation' clear; echo echo '==========================================================================' echo ' VIM - INSTALLATION ' echo '==========================================================================' echo ' DEBIAN-INSTALLATION ' echo ' ------------------------------------------------------------------------ ' echo ' $ apt-cache search ^vim | less ' echo ' # apt install vim vim-nox ctags vim-doc vim-scripts ' echo ' $ apt-cache show vim ' echo ' $ vim --version | less ' echo ' ' echo ' ------------------------------------------------------------------------ ' echo ' GITHUB-INSTALLATION ' echo ' ------------------------------------------------------------------------ ' echo ' : :ve ' echo ' $ cd ~/Apps ' echo ' $ git clone https://github.com/vim/vim.git // first installation ' echo ' $ cd ~/Apps/vim // update ' echo ' $ git pull // update ' echo ' $ cd ~/Apps/vim/src ' echo ' # make distclean // update echo ' # make ' echo ' # make install ' echo ' : :ve ' echo ' ' echo '==========================================================================' echo end <pre><code>SOURCES homepage ............................... vim.org download ............................... vim.org/download.php manpages ............................... $ man apt github ................................. vim.org/git.php github ................................. github.com/vim/vim user manual ............................ :h user-manual <ctrl-w_> reference .............................. :h reference <ctrl-w_> reference .............................. vimhelp.org/quickref.txt.html faq .................................... vimhelp.appspot.com/vim_faq.txt.html fish ................................... fishshell.com/docs/current/index.html picture ................................ screenshoot by me ~ my gnome-desktop
Sort:  



Join the community in our migration to Hive, a community built blockchain for the community. All Steem account holders will receive equivalent stake on the new Hive blockchain.

Please see this post on SteemPeak for more information.