Browse Source

Tweaks

master
Arti Zirk 3 years ago
parent
commit
9aabf93b3c
  1. 5
      .config/tmux/tmux.conf
  2. 3
      .zshrc

5
.config/tmux/tmux.conf

@ -1,8 +1,13 @@
set -g base-index 1 set -g base-index 1
set -g mouse on 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 on
set -g set-titles-string "#T" set -g set-titles-string "#T"
set -g status-style bg=black
# More friendly split pane # More friendly split pane
bind-key h split-window -h bind-key h split-window -h

3
.zshrc

@ -223,6 +223,9 @@ export MANWIDTH=80
# make npm gyp faster # make npm gyp faster
export JOBS=8 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 # https://neovim.io/doc/user/various.html#less
function vless { function vless {
/usr/share/nvim/runtime/macros/less.sh $@ /usr/share/nvim/runtime/macros/less.sh $@

Loading…
Cancel
Save