mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-11-24 16:37:00 +08:00
Compare commits
No commits in common. "4c8d5aa2af89a1daabf7b7e9d9ec7a0d9c1df28b" and "7600d07d46a964c0ffdb96aa283cc3af0fee812f" have entirely different histories.
4c8d5aa2af
...
7600d07d46
|
@ -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,tmux-yank"
|
static_list: "tpm,tmux-resurrect"
|
||||||
timeout: '600s'
|
timeout: '600s'
|
||||||
vundle-vim:
|
vundle-vim:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
set -g prefix ^a
|
set -g prefix ^a
|
||||||
set -g mouse on
|
set -g mouse off
|
||||||
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
|
||||||
|
|
||||||
|
@ -51,4 +50,4 @@ set -g window-style fg=colour248
|
||||||
set -g window-active-style fg=white
|
set -g window-active-style fg=white
|
||||||
|
|
||||||
# better mouse scrolling. see: https://superuser.com/questions/1622812/mouse-scrolling-in-mobaxterm-tmux
|
# better mouse scrolling. see: https://superuser.com/questions/1622812/mouse-scrolling-in-mobaxterm-tmux
|
||||||
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
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