Skip to content

Instantly share code, notes, and snippets.

View prime-hacker's full-sized avatar
🎯
Focusing

prime-hacker

🎯
Focusing
  • 06:45 (UTC +03:00)
View GitHub Profile
@prime-hacker
prime-hacker / .vimrc
Last active February 4, 2021 21:43
My Vim settings
" NEEDED FOR THIS FILE TO WORK:
" 1. INSTALL VIM-PLUG FROM ITS GITHUB PAGE
" 2. RUN :PlugInstall in Vim
" 3. PIP INSTALL POWERLINE
" 4. INSTALL COC.NVIM
" Plugins will be downloaded under the specified directory.
call plug#begin('~/.vim/plugged')
" Declare the list of plugins.
Plug 'sheerun/vim-polyglot'
# NEEDED FOR THIS TO RUN PROPERLY:
# 1. INSTALL XCLIP
# 2. TMUX Plugin Manager (https://github.com/tmux-plugins/tpm)
# 3. Type (your prefex + I) to install the plugins
set-option -g prefix C-a
#Command Sequence for Nested Tmux Sessions
bind-key a send-prefix
# Set the base index for windows to 1 instead of 0
set -g base-index 1