This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |