This commit is contained in:
Roland Thomas 2023-02-08 23:54:12 -05:00
parent c5e1c42cc4
commit ab452a5027
2 changed files with 4 additions and 2 deletions

View File

@ -4,8 +4,8 @@ set -g default-terminal "xterm-256color"
# remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
set-option -g prefix C-s
bind-key C-s send-prefix
# don't rename windows automatically
set-option -g allow-rename off

2
.vimrc
View File

@ -10,6 +10,8 @@ set copyindent
set number
set laststatus=2
nnoremap <C-g> :NERDTreeToggle<CR>
"
call plug#begin(expand('~/.vim/plugged'))
" Color Scheme