This commit is contained in:
Arti Zirk 2021-05-18 17:16:58 +03:00
parent b172845872
commit 9aabf93b3c
2 changed files with 8 additions and 0 deletions

View File

@ -1,8 +1,13 @@
set -g base-index 1
set -g mouse on
unbind C-b
set -g prefix C-a
bind C-a send-prefix
set -g set-titles on
set -g set-titles-string "#T"
set -g status-style bg=black
# More friendly split pane
bind-key h split-window -h

3
.zshrc
View File

@ -223,6 +223,9 @@ export MANWIDTH=80
# make npm gyp faster
export JOBS=8
# under tmux less needs this to support scrolling
#export LESS='--mouse --wheel-lines=3'
# https://neovim.io/doc/user/various.html#less
function vless {
/usr/share/nvim/runtime/macros/less.sh $@