diff --git a/.tmux.conf b/.tmux.conf index 033b173..8828dfd 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -68,7 +68,7 @@ set-option -g allow-rename off set -g set-titles off # Reduce delay for escape key press -set -sg escape-time 1000 +set -sg escape-time 50 set -g default-terminal "tmux-256color" diff --git a/.vim/vimrc b/.vim/vimrc index e4f487f..63333e4 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -57,6 +57,8 @@ set listchars=tab:>- " which characters to display set wildmode=full +""map :q map q :bpspbnbd + let g:currentmode={ \ 'n' : 'NORMAL', \ 'v' : 'VISUAL',