Skip to content

Instantly share code, notes, and snippets.

View shijx12's full-sized avatar

史佳欣 shijx12

  • 北京
View GitHub Profile
@shijx12
shijx12 / tmux.conf
Created May 16, 2022 03:15 — forked from spicycode/tmux.conf
The best and greatest tmux.conf ever
# 0 is too far from ` ;)
set -g base-index 1
# Automatically set window title
set-window-option -g automatic-rename on
set-option -g set-titles on
#set -g default-terminal screen-256color
set -g status-keys vi
set -g history-limit 10000
@shijx12
shijx12 / .vimrc
Created May 16, 2022 03:14 — forked from simonista/.vimrc
A basic .vimrc file that will serve as a good template on which to build.
" Don't try to be vi compatible
set nocompatible
" Helps force plugins to load correctly when it is turned back on below
filetype off
" TODO: Load plugins here (pathogen or vundle)
" Turn on syntax highlighting
syntax on
@shijx12
shijx12 / .tmux.conf
Last active December 15, 2020 13:32
make-my-shell
# https://github.com/seebi/tmux-colors-solarized/blob/master/tmuxcolors-256.conf
set-option -g status-bg colour235 #base02
set-option -g status-fg colour136 #yellow
set-option -g status-attr default
# set window split
bind-key v split-window -h
bind-key b split-window
# default window title colors