Something else
This commit is contained in:
parent
0b9b42888d
commit
dd53e9333a
1
bashrc
1
bashrc
|
@ -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"
|
||||||
|
|
|
@ -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
Loading…
Reference in a new issue