Skip to content

Instantly share code, notes, and snippets.

View vishalkg's full-sized avatar
🏠
Working from home

Vishal Gupta vishalkg

🏠
Working from home
View GitHub Profile
set -g default-terminal xterm-256color
set -g prefix C-a
unbind-key C-b
bind-key C-a send-prefix
set -g mouse on
set -g base-index 1
setw -g pane-base-index 1
set-option -g renumber-windows on
" **NEVER PUT ANY LINE IN YOUR VIMRC WHICH YOU DON'T UNDERSTAND**
set nocompatible
" Enabling filetype support provides filetype-specific indenting,
" syntax highlighting, omni-completion and other useful settings.
filetype plugin indent on
syntax on
" `matchit.vim` is built-in so let's enagate between tabs using mouseble it!