Skip to content

Instantly share code, notes, and snippets.

View jserpapinto's full-sized avatar

Serpa jserpapinto

  • Porto, Portugal
View GitHub Profile
@jserpapinto
jserpapinto / tmux.conf
Last active August 9, 2019 14:28
Tmux configuration
# change default prefix (C-b) to C-space
unbind C-space
set -g prefix C-space
bind C-space send-prefix
# Improve colors
set -g default-terminal 'screen-256color'
# Set scrollback buffer to 10000
set -g history-limit 10000
@jserpapinto
jserpapinto / .vimrc
Last active June 21, 2019 08:18
~/.vimrc default configAwsome vim configs -> https://github.com/amix/vimrc
let mapleader=" "
nnoremap <SPACE> <Nop>
set nocompatible " be iMproved, required
filetype off " required
" Vundle begin
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim' " let Vundle manage Vundle, required