From ab452a50277ad8c9cce24f201d08a770d948b92e Mon Sep 17 00:00:00 2001 From: Roland Thomas Date: Wed, 8 Feb 2023 23:54:12 -0500 Subject: [PATCH] Update --- .tmux.conf | 4 ++-- .vimrc | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 8c31223..8693e97 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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 diff --git a/.vimrc b/.vimrc index 08273d3..c39d59b 100644 --- a/.vimrc +++ b/.vimrc @@ -10,6 +10,8 @@ set copyindent set number set laststatus=2 + +nnoremap :NERDTreeToggle " call plug#begin(expand('~/.vim/plugged')) " Color Scheme