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 nw="sudo systemctl restart NetworkManager"
alias mc="machines"
alias tracefiles="strace -f -t -e trace=file"
alias vpn="sudo systemctl start openvpn-client@$HOSTNAME"
alias vpno="sudo systemctl stop openvpn-client@$HOSTNAME"
alias vpns="sudo systemctl status openvpn-client@$HOSTNAME"

View File

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

File diff suppressed because it is too large Load Diff