💾 Archived View for elmau.net › notes › vim.gmi captured on 2023-03-20 at 17:38:38. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-11-30)

-=-=-=-=-=-=-

Vim

Mi archivo .vimrc

set number
set hidden

Comando más usados

:q
:w
:tabnew
:ls
:bn


:bp



:split



:vsplit



CTRL+W Flecha



CTRL+W c





### Para tener la barra de estado PowerLine.


pip install -U powerline-status



set rtp+=/home/mau/.local/lib/python3.9/site-packages/powerline/bindings/vim/

set laststatus=2

set t_Co=256


### Para instalar cualquier plugin.


mkdir -p ~/.vim/pack/vendor/start



git clone URL_GIT_PLUGIN ~/.vim/pack/vendor/start/NOMBRE_PLUGIN



=> gemini://elmau.net/chuletas.gmi Regresar el índice
=> gemini://elmau.net Regresar el inicio