mirror of
https://github.com/theniceboy/.config.git
synced 2026-01-06 23:33:32 +08:00
tmux
This commit is contained in:
parent
cc8e4950a7
commit
863f4b8121
3 changed files with 24 additions and 5 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -6,9 +6,9 @@
|
|||
!/i3/
|
||||
!/polybar/
|
||||
!/ranger/
|
||||
/ranger/plugins/__pycache__/*
|
||||
/ranger/colorschemes/__pycache__/*
|
||||
/ranger/folders.conf
|
||||
ranger/plugins/__pycache__/*
|
||||
ranger/colorschemes/__pycache__/*
|
||||
ranger/folders.conf
|
||||
!/kitty/
|
||||
!/alacritty/
|
||||
!/fish/
|
||||
|
|
@ -30,3 +30,10 @@
|
|||
!/jesseduffield/
|
||||
/jesseduffield/lazygit/*
|
||||
!/jesseduffield/lazygit/config.yml
|
||||
!/tmux.conf
|
||||
|
||||
ranger/colorschemes/__init__.pyo
|
||||
ranger/colorschemes/default.pyo
|
||||
ranger/plugins/__init__.pyo
|
||||
ranger/plugins/devicons.pyo
|
||||
ranger/plugins/devicons_linemode.pyo
|
||||
11
tmux.conf
Normal file
11
tmux.conf
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
set -g default-terminal "screen-256color"
|
||||
set -g escape-time 0
|
||||
set -g base-index 1
|
||||
set -g status-keys vi
|
||||
setw -g mode-keys vi
|
||||
|
||||
if-shell "test -f /usr/local/lib/python2.7/dist-packages/powerline/bindings/tmux/powerline.conf" \
|
||||
"source /usr/local/lib/python2.7/dist-packages/powerline/bindings/tmux/powerline.conf"
|
||||
if-shell "test -f /usr/local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf" \
|
||||
"source /usr/local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf"
|
||||
|
||||
|
|
@ -2,10 +2,11 @@ export GOPATH=$HOME/go
|
|||
export PATH=$PATH:$HOME/.gem/ruby/2.6.0
|
||||
export PATH=$PATH:$HOME/go/bin
|
||||
export PATH=$PATH:/home/linuxbrew/.linuxbrew/bin
|
||||
export TERM=xterm-256color
|
||||
#export TERM=xterm-256color
|
||||
export TERM_ITALICS=true
|
||||
export RANGER_LOAD_DEFAULT_RC="false"
|
||||
#export TERM=screen-256color
|
||||
export TERM=screen-256color
|
||||
export EDITOR=nvim
|
||||
|
||||
#autoload edit-command-line; zle -N edit-command-line
|
||||
#bindkey '^v' edit-command-line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue