Skip to content

brandon733/vim

Repository files navigation

Vim Configuration

Install

Put all files in ~/.vim/

~$ git clone https://github.com/brandon733/vim.git .vim

Your ~/.vimrc should look something like:

scriptencoding utf-8
set encoding=utf-8
source ~/.vim/vimrc

" read ~/.vimrc_local, localvimrc plugin uses `.vimrc.local`
if filereadable(expand('~/.vimrc_local'))
    source ~/.vimrc_local
endif

Then:

~/.vim$ ./update

To update plugins:

~/.vim$ ./update

VIM directory structure:

Inspiration

Based on

And:

Also:

Plugins

  • ALE
  • fzf
  • tpope

Command line tricks

Try:

  lsof, fs_usage, dtrace, opensnoop
  C-x C-e (edit current cmd in editor)
  telnet towel.blinkenlights.nl (watch starwars in ascii)

Fonts

Interesting Characters

  • ⚡ ϟ ↯ ⠠⠵
  • Do you need ZWS? Try: &#8203; &#x200b; <200b>, utf-8 is e2808b

Unicode

Various

I use SF Mono 10pt or 12pt on gruvbox8_soft Light for gui and PaperColor Light for command line.

Windows doesn't seem to render digraphs and special fonts correctly unless you do: (Put this in _vimrc):

set renderoptions=type:directx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published