Merge branch 'master' of github.com:LukeSmithxyz/voidrice into master
This commit is contained in:
commit
aefea4fd0d
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Use neovim for vim if present.
|
# Use neovim for vim if present.
|
||||||
command -v nvim >/dev/null && alias vim="nvim" vimdiff="nvim -d"
|
[ -x "$(command -v nvim)" ] && alias vim="nvim" vimdiff="nvim -d"
|
||||||
|
|
||||||
# Verbosity and settings that you pretty much just always are going to want.
|
# Verbosity and settings that you pretty much just always are going to want.
|
||||||
alias \
|
alias \
|
||||||
|
|
|
@ -12,6 +12,7 @@ setw -g automatic-rename
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
set -g history-limit 30000
|
set -g history-limit 30000
|
||||||
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
||||||
|
set -sg escape-time 20 # faster escape delay time
|
||||||
set-option -g status-justify right
|
set-option -g status-justify right
|
||||||
set-option -g status-bg black # colour213 # pink
|
set-option -g status-bg black # colour213 # pink
|
||||||
set-option -g status-fg cyan
|
set-option -g status-fg cyan
|
||||||
|
|
Loading…
Reference in a new issue