From 5f596a3f401a0a40eefcc0f8b6c6b5083748cc1a Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 5 Aug 2021 09:44:10 +0430 Subject: a lot of updates and fixes --- baseline/.tmux.conf | 2 ++ baseline/.vimrc | 1 + 2 files changed, 3 insertions(+) (limited to 'baseline') diff --git a/baseline/.tmux.conf b/baseline/.tmux.conf index ac22398..de0c3a6 100644 --- a/baseline/.tmux.conf +++ b/baseline/.tmux.conf @@ -1,5 +1,7 @@ set -g default-terminal "screen-256color" set-option -g prefix C-a +# dont wait for escape +set -sg escape-time 0 #key bindings bind | split-window -h diff --git a/baseline/.vimrc b/baseline/.vimrc index 94d49a1..aa63429 100644 --- a/baseline/.vimrc +++ b/baseline/.vimrc @@ -19,6 +19,7 @@ Plugin 'ludovicchabant/vim-gutentags' Plugin 'mbbill/undotree' Plugin 'tpope/vim-commentary' Plugin 'wellle/context.vim' +Plugin 'roxma/vim-tmux-clipboard' call vundle#end() filetype plugin indent on -- cgit v1.2.3