Compare commits

..

No commits in common. "4c8d5aa2af89a1daabf7b7e9d9ec7a0d9c1df28b" and "7600d07d46a964c0ffdb96aa283cc3af0fee812f" have entirely different histories.

3 changed files with 4 additions and 5 deletions

View File

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

View File

@ -1,6 +1,5 @@
set -g prefix ^a
set -g mouse on
set -g set-clipboard on
set -g mouse off
set -g default-terminal "xterm-256color"
set -g history-limit 10000
@ -51,4 +50,4 @@ set -g window-style fg=colour248
set -g window-active-style fg=white
# 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@'

View File

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