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 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"
|
||||
|
|
|
@ -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
Loading…
Reference in a new issue