Skip to content

Instantly share code, notes, and snippets.

View mhebing's full-sized avatar

Marcel Hebing mhebing

View GitHub Profile
@mhebing
mhebing / .tmux.conf
Last active October 11, 2018 11:14
bind r source-file ~/.tmux.conf \; display "Reloaded!"
set -g mouse on
setw -g monitor-activity on
set -g visual-activity on
setw -g mode-keys vi
@mhebing
mhebing / .vimrc
Last active June 10, 2020 07:28
Basic .vimrc
" --- VUNDLE ---
set nocompatible " be iMproved, required
filetype off " required
" Set Vundle path + initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
@mhebing
mhebing / .gitignore
Last active December 12, 2015 06:58 — forked from kogakure/.gitignore
.gitignore for LaTeX projects.
*.pdf
*.aux
*.glo
*.idx
*.log
*.toc
*.ist
*.acn
*.acr