Update 2024-10-11 15:39 Linux/x86_64-ld5587
This commit is contained in:
parent
2cfd87665a
commit
c94167cb73
@ -68,7 +68,7 @@ set-option -g allow-rename off
|
|||||||
set -g set-titles off
|
set -g set-titles off
|
||||||
|
|
||||||
# Reduce delay for escape key press
|
# Reduce delay for escape key press
|
||||||
set -sg escape-time 1000
|
set -sg escape-time 50
|
||||||
|
|
||||||
set -g default-terminal "tmux-256color"
|
set -g default-terminal "tmux-256color"
|
||||||
|
|
||||||
|
@ -57,6 +57,8 @@ set listchars=tab:>- " which characters to display
|
|||||||
|
|
||||||
set wildmode=full
|
set wildmode=full
|
||||||
|
|
||||||
|
""map :q map <leader>q :bp<bar>sp<bar>bn<bar>bd<CR>
|
||||||
|
|
||||||
let g:currentmode={
|
let g:currentmode={
|
||||||
\ 'n' : 'NORMAL',
|
\ 'n' : 'NORMAL',
|
||||||
\ 'v' : 'VISUAL',
|
\ 'v' : 'VISUAL',
|
||||||
|
Loading…
Reference in New Issue
Block a user