Update 2024-10-11 15:39 Linux/x86_64-ld5587

This commit is contained in:
c0dev0id 2024-10-11 15:39:51 +02:00
parent 2cfd87665a
commit c94167cb73
2 changed files with 3 additions and 1 deletions

View File

@ -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"

View File

@ -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',