Adding new stuff
This commit is contained in:
parent
1af5220491
commit
960dd02650
2 changed files with 10 additions and 0 deletions
|
|
@ -258,6 +258,7 @@ set -g mouse on
|
||||||
# really you should export VISUAL or EDITOR environment variable, see manual
|
# really you should export VISUAL or EDITOR environment variable, see manual
|
||||||
#set -g status-keys vi
|
#set -g status-keys vi
|
||||||
#set -g mode-keys vi
|
#set -g mode-keys vi
|
||||||
|
set-window-option -g mode-keys vi
|
||||||
|
|
||||||
# replace C-b by Alt-a (M-a) instead of using both prefixes
|
# replace C-b by Alt-a (M-a) instead of using both prefixes
|
||||||
set -gu prefix2
|
set -gu prefix2
|
||||||
|
|
|
||||||
9
.zshrc
9
.zshrc
|
|
@ -117,3 +117,12 @@ PYENV_ROOT="$HOME/.pyenv"
|
||||||
source /usr/local/bin/virtualenvwrapper.sh
|
source /usr/local/bin/virtualenvwrapper.sh
|
||||||
# eval ssh-agent > /dev/null
|
# eval ssh-agent > /dev/null
|
||||||
export VIRTUALENV_PYTHON=/home/viktor/.pyenv/shims/python
|
export VIRTUALENV_PYTHON=/home/viktor/.pyenv/shims/python
|
||||||
|
|
||||||
|
# Color man pages
|
||||||
|
export LESS_TERMCAP_mb=$'\e[1;32m'
|
||||||
|
export LESS_TERMCAP_md=$'\e[1;32m'
|
||||||
|
export LESS_TERMCAP_me=$'\e[0m'
|
||||||
|
export LESS_TERMCAP_se=$'\e[0m'
|
||||||
|
export LESS_TERMCAP_so=$'\e[01;33m'
|
||||||
|
export LESS_TERMCAP_ue=$'\e[0m'
|
||||||
|
export LESS_TERMCAP_us=$'\e[1;4;31m'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue