From 9fe5de16683d39b2c9449707d82c3f50fefb0a15 Mon Sep 17 00:00:00 2001 From: ViktorBarzin Date: Tue, 20 Feb 2018 12:00:01 +0000 Subject: [PATCH] Add new stuff --- .bash_aliases | 2 +- .tmux.conf.local | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bash_aliases b/.bash_aliases index 184094c..7492001 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -205,7 +205,7 @@ function netok(){ alias sl=ls alias vimrc="vim ~/.vimrc" alias f="free -h" -alias h="htop" +alias h="sudo htop" alias e="exa -bghHliS" alias hosts="sudo vim /etc/hosts" diff --git a/.tmux.conf.local b/.tmux.conf.local index 4390ecf..5403548 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -285,10 +285,10 @@ bind -n M-Down select-pane -D #set -g mouse on # to enable mouse scroll, see https://github.com/tmux/tmux/issues/145#issuecomment-150736967 bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'copy-mode -e'" -bind j resize-pane -D 10 -bind k resize-pane -U 10 -bind l resize-pane -R 10 -bind h resize-pane -L 10 +bind j resize-pane -D 5 +bind k resize-pane -U 5 +bind l resize-pane -R 5 +bind h resize-pane -L 5 run-shell /home/viktor/.tmux/resurrect/resurrect.tmux