mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-22 16:30:59 +02:00
Tweaks
This commit is contained in:
parent
b172845872
commit
9aabf93b3c
@ -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
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…
Reference in New Issue
Block a user