feat(ci): sync tmux-yank

This commit is contained in:
xiongdian.me 2024-04-26 10:56:09 +08:00
parent 534a8c5516
commit 26598863f0
2 changed files with 2 additions and 3 deletions

View File

@ -87,7 +87,7 @@ jobs:
clone_style: "https" clone_style: "https"
debug: true debug: true
force_update: true force_update: true
static_list: "tpm,tmux-resurrect" static_list: "tpm,tmux-resurrect,tmux-yank"
timeout: '600s' timeout: '600s'
vundle-vim: vundle-vim:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04

View File

@ -14,9 +14,8 @@ set cursorline
set syntax=on set syntax=on
set autoindent set autoindent
set smartindent set smartindent
set tabstop=4
set shiftwidth=4
set expandtab "spaces instead of tabs set expandtab "spaces instead of tabs
set tabstop=4 softtabstop=4 shiftwidth=4
set backspace=indent,eol,start set backspace=indent,eol,start
set number "line numbers set number "line numbers
set history=1000 set history=1000