Skip to content

Instantly share code, notes, and snippets.

@jfhc
jfhc / rebuild-vim.sh
Created April 3, 2018 23:10 — forked from mgedmin/rebuild-vim.sh
Script I use to build the latest Vim on Ubuntu
#!/bin/sh
set -e
COMPILED_BY="Marius Gedminas <marius@gedmin.as>"
FEATURES=
FEATURES="$FEATURES --with-features=huge" # yum, features
FEATURES="$FEATURES --enable-multibyte" # vim is *crippled* without this!
# (BTW 'big' implies this)
FEATURES="$FEATURES --enable-pythoninterp" # most of my plugins use this
FEATURES="$FEATURES --enable-rubyinterp" # Command-T wants this
@jfhc
jfhc / vimdiff_cheat_sheet.md
Last active March 28, 2018 16:43 — forked from brbsix/vimdiff_cheat_sheet.md
vimdiff cheat sheet

vimdiff cheet sheet

vimdiff commands

commands

]c :            next difference
[c :            previous difference
do diff obtain