From 960dd02650def1bbf1778394a2fd4fcd3a3657d7 Mon Sep 17 00:00:00 2001 From: ViktorBarzin Date: Tue, 12 Dec 2017 12:00:02 +0000 Subject: [PATCH] Adding new stuff --- .tmux.conf.local | 1 + .zshrc | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/.tmux.conf.local b/.tmux.conf.local index 2ce93f3..46a1807 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -258,6 +258,7 @@ set -g mouse on # really you should export VISUAL or EDITOR environment variable, see manual #set -g status-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 set -gu prefix2 diff --git a/.zshrc b/.zshrc index 6fad4af..a160bac 100644 --- a/.zshrc +++ b/.zshrc @@ -117,3 +117,12 @@ PYENV_ROOT="$HOME/.pyenv" source /usr/local/bin/virtualenvwrapper.sh # eval ssh-agent > /dev/null 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'