rdok / vim

Dockerfiles for vim coding on top of docker.
https://hub.docker.com/r/rdok/vim
MIT License
0 stars 0 forks source link

vim

Chords

KeyStrokes Info Usage
{register}y{motion} Yank motion to register. "+yiw Yank current word to system clipboard
{visual}{register}y Visual: yank selected chars to a register V"+y Yank selected line(s) to system clipboard.
{register}yy Yank current line to a register "+yy Yank current line to system clipboard
:{range}y{register} Yank range to register. :%y+ Yank entire file to system clipboard.
:{mode}unmap {key} Unset, or remove a mapping.
:%!jq . Format json Source
:vim /{keyword}/g ** Search for all occurences, recursively.
:cnext Jump to next search result.
:ls List all buffers.
:buffer {N} Jump to buffer by it's number/id

TODO

Development

ln -s $(pwd)/src/.vim/ ${HOME}/.vim
ln -s $(pwd)/src/.vimrc ${HOME}/.vimrc
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

Ubuntu: Download a font, like Ubuntu to ~/.local/share/fonts