Compare commits

..

1 Commits

Author SHA1 Message Date
6e9e4afa32
Merge 7600d07d46 into 483f7fd7f3 2024-04-16 13:44:46 +00:00
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

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