Skip to content

Instantly share code, notes, and snippets.

View chmelevskij's full-sized avatar
🥔
Potato is life

Tomas Chmelevskij chmelevskij

🥔
Potato is life
View GitHub Profile
@chmelevskij
chmelevskij / .vimrc
Last active September 30, 2016 20:01
" Created: Thu 2 Jun 2016 15:38:32 BST
" Vundle setup
syntax enable " Turn on syntax highlighting
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
@chmelevskij
chmelevskij / .inputrc
Last active September 30, 2016 20:01
set completion-ignore-case on
set visible-stats on
set editing-mode vi
$if mode=vi
set keymap vi-command
set keymap vi-insert
"\C-l": clear-screen
$endif