add functions dir
This commit is contained in:
parent
6586a386af
commit
845867e20e
4
functions/bluetooth
Executable file
4
functions/bluetooth
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
bssid="$(bluetoothctl devices | dmenu -p "Devices: " -l 20 | cut -d' ' -f2)"
|
||||||
|
bluetoothctl connect "$bssid"
|
||||||
@ -24,6 +24,8 @@ bindkey '^[[6~' end-of-buffer-or-history # page down
|
|||||||
bindkey '^[[H' beginning-of-line # home
|
bindkey '^[[H' beginning-of-line # home
|
||||||
bindkey '^[[F' end-of-line # end
|
bindkey '^[[F' end-of-line # end
|
||||||
bindkey '^[[Z' undo # shift + tab undo last action
|
bindkey '^[[Z' undo # shift + tab undo last action
|
||||||
|
bindkey '^K' up-line-or-history
|
||||||
|
bindkey '^J' down-line-or-history
|
||||||
bindkey '^U' kill-whole-line
|
bindkey '^U' kill-whole-line
|
||||||
bindkey -M vicmd '^U' kill-whole-line
|
bindkey -M vicmd '^U' kill-whole-line
|
||||||
bindkey -M viins '^U' kill-whole-line
|
bindkey -M viins '^U' kill-whole-line
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user