Something else

This commit is contained in:
Geoffrey Frogeye 2017-08-22 07:57:52 +02:00
parent 0b9b42888d
commit dd53e9333a
3 changed files with 553 additions and 527 deletions

1
bashrc
View file

@ -56,6 +56,7 @@ alias s='sudo -s -E'
alias po='eval $(proxy off)' alias po='eval $(proxy off)'
alias nw="sudo systemctl restart NetworkManager" alias nw="sudo systemctl restart NetworkManager"
alias mc="machines" alias mc="machines"
alias tracefiles="strace -f -t -e trace=file"
alias vpn="sudo systemctl start openvpn-client@$HOSTNAME" alias vpn="sudo systemctl start openvpn-client@$HOSTNAME"
alias vpno="sudo systemctl stop openvpn-client@$HOSTNAME" alias vpno="sudo systemctl stop openvpn-client@$HOSTNAME"
alias vpns="sudo systemctl status openvpn-client@$HOSTNAME" alias vpns="sudo systemctl status openvpn-client@$HOSTNAME"

View file

@ -112,11 +112,11 @@ tab-move +
gr gr
tab-next tab-next
J L
<ctrl-pgdown> <ctrl-pgdown>
tab-prev tab-prev
K H
<ctrl-pgup> <ctrl-pgup>
tab-clone tab-clone
@ -131,7 +131,7 @@ reload -f
<ctrl-f5> <ctrl-f5>
back back
H J
<back> <back>
back -t back -t
@ -141,7 +141,7 @@ back -w
wh wh
forward forward
L K
<forward> <forward>
forward -t forward -t
@ -454,6 +454,12 @@ run-macro
wq wq
ZZ ZZ
tab-focus -1
g$
tab-pin
<ctrl-p>
[insert] [insert]
# Keybindings for insert mode. # Keybindings for insert mode.
# Since normal keypresses are passed through, only special keys are # Since normal keypresses are passed through, only special keys are

File diff suppressed because it is too large Load diff