mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-11-24 13:16:59 +08:00
feat(ci): sync tmux-yank
This commit is contained in:
parent
534a8c5516
commit
26598863f0
|
@ -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
|
||||||
|
|
3
.vimrc2
3
.vimrc2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user