Add new stuff

This commit is contained in:
ViktorBarzin 2018-02-20 12:00:01 +00:00
parent 27f7729f8e
commit 9fe5de1668
2 changed files with 5 additions and 5 deletions

View file

@ -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"

View file

@ -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