Skip to content

Instantly share code, notes, and snippets.

View m42e's full-sized avatar

Matthias Bilger m42e

View GitHub Profile
@m42e
m42e / gist:6791aa7d519fe693eff0
Created September 11, 2014 05:51
HowTo: YouCompleteMe in Windows cygwin with clang
1. Download and compile LLVM and clang and follow their manual http://clang.llvm.org/get_started.html
Download and compile LLVM and clang and follow their manual http://clang.llvm.org/get_started.html
Use the config options
--enable-optimized
--disable-assertions
run make, this will take a while and make install
@m42e
m42e / .tmux.conf
Created August 19, 2014 05:37
Current tmux conf
set -g default-terminal "screen-256color"
# remap prefix to Control + a
set -g prefix C-a
unbind C-b
bind C-a send-prefix
# force a reload of the config file
unbind r
bind r source-file ~/.tmux.conf