mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-11-24 12:27:01 +08:00
Compare commits
3 Commits
7600d07d46
...
4c8d5aa2af
Author | SHA1 | Date | |
---|---|---|---|
|
4c8d5aa2af | ||
|
26598863f0 | ||
|
534a8c5516 |
|
@ -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
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
set -g prefix ^a
|
set -g prefix ^a
|
||||||
set -g mouse off
|
set -g mouse on
|
||||||
|
set -g set-clipboard on
|
||||||
set -g default-terminal "xterm-256color"
|
set -g default-terminal "xterm-256color"
|
||||||
set -g history-limit 10000
|
set -g history-limit 10000
|
||||||
|
|
||||||
|
|
2
.vimrc2
2
.vimrc2
|
@ -14,8 +14,8 @@ set cursorline
|
||||||
set syntax=on
|
set syntax=on
|
||||||
set autoindent
|
set autoindent
|
||||||
set smartindent
|
set smartindent
|
||||||
set tabstop=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