Skip to content

Instantly share code, notes, and snippets.

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

Gaurav Tarlok Kakkar gaurav274

🏠
Working from home
  • Georgia Tech Exploratory Video Analytics Lab
  • Atlanta, Georgia
  • X @GauravTKakkar
View GitHub Profile
@gaurav274
gaurav274 / vimrc
Created May 17, 2020 05:19
vim configuration
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Vundle For Managing Plugins
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
@gaurav274
gaurav274 / tmux.conf
Created May 17, 2020 05:16
tmux configuration
# cat << EOF > /dev/null
# https://github.com/gpakosz/.tmux
# (‑●‑●)> dual licensed under the WTFPL v2 license and the MIT license,
# without any warranty.
# Copyright 2012β€” Gregory Pakosz (@gpakosz).
# /!\ do not edit this file
# instead, override settings in ~/.tmux.conf.local, see README.md
# -- general -------------------------------------------------------------------
@gaurav274
gaurav274 / tmux-cheatsheet.markdown
Created October 9, 2019 17:50 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname