Compare commits

..

3 Commits

Author SHA1 Message Date
xiongdian.me
4c8d5aa2af feat(tmux): set-clipboard on and mouse on (experimental) 2024-04-26 11:59:30 +08:00
xiongdian.me
26598863f0 feat(ci): sync tmux-yank 2024-04-26 10:56:09 +08:00
xiongdian.me
534a8c5516 feat(vimrc): set shiftwidth=4 2024-04-26 10:15:55 +08:00
3 changed files with 5 additions and 4 deletions

View File

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

View File

@ -1,5 +1,6 @@
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 history-limit 10000
@ -50,4 +51,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