Add new stuff
This commit is contained in:
parent
e1280db023
commit
b0ac0b9b6c
2 changed files with 5 additions and 5 deletions
|
|
@ -205,7 +205,7 @@ function netok(){
|
||||||
alias sl=ls
|
alias sl=ls
|
||||||
alias vimrc="vim ~/.vimrc"
|
alias vimrc="vim ~/.vimrc"
|
||||||
alias f="free -h"
|
alias f="free -h"
|
||||||
alias h="htop"
|
alias h="sudo htop"
|
||||||
alias e="exa -bghHliS"
|
alias e="exa -bghHliS"
|
||||||
alias hosts="sudo vim /etc/hosts"
|
alias hosts="sudo vim /etc/hosts"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -285,10 +285,10 @@ bind -n M-Down select-pane -D
|
||||||
#set -g mouse on
|
#set -g mouse on
|
||||||
# to enable mouse scroll, see https://github.com/tmux/tmux/issues/145#issuecomment-150736967
|
# 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 -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 j resize-pane -D 5
|
||||||
bind k resize-pane -U 10
|
bind k resize-pane -U 5
|
||||||
bind l resize-pane -R 10
|
bind l resize-pane -R 5
|
||||||
bind h resize-pane -L 10
|
bind h resize-pane -L 5
|
||||||
|
|
||||||
run-shell /home/viktor/.tmux/resurrect/resurrect.tmux
|
run-shell /home/viktor/.tmux/resurrect/resurrect.tmux
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue