tmux time mappings
This commit is contained in:
parent
0734de3f67
commit
89daf17b92
@ -48,7 +48,7 @@ bind c display-menu \
|
|||||||
display-popup -w 33% -h 70% "cal -my"
|
display-popup -w 33% -h 70% "cal -my"
|
||||||
} \
|
} \
|
||||||
time t {
|
time t {
|
||||||
enable-zoom; clock-mode
|
display-popup -w 50% -h 17% "watch -t -n 1 'figlet -ct -f big \"$(date \"+%H : %M : %S\")\"'"
|
||||||
} \
|
} \
|
||||||
weather w {
|
weather w {
|
||||||
display-popup -h 80% -w 60% "zsh -ic 'weather \$CITY'"
|
display-popup -h 80% -w 60% "zsh -ic 'weather \$CITY'"
|
||||||
|
|||||||
@ -39,6 +39,15 @@ zstyle ':autocomplete:*' min-input 3
|
|||||||
zstyle ':autocomplete:*' delay 0.1
|
zstyle ':autocomplete:*' delay 0.1
|
||||||
zstyle -e ':autocomplete:*:*' list-lines 'reply=( $(( LINES / 4 )) )'
|
zstyle -e ':autocomplete:*:*' list-lines 'reply=( $(( LINES / 4 )) )'
|
||||||
|
|
||||||
|
# all Tab widgets
|
||||||
|
zstyle ':autocomplete:*complete*:*' insert-unambiguous yes
|
||||||
|
|
||||||
|
# all history widgets
|
||||||
|
zstyle ':autocomplete:*history*:*' insert-unambiguous yes
|
||||||
|
|
||||||
|
# ^S
|
||||||
|
zstyle ':autocomplete:menu-search:*' insert-unambiguous yes
|
||||||
|
|
||||||
|
|
||||||
bindkey '^N' menu-select
|
bindkey '^N' menu-select
|
||||||
bindkey -M menuselect '^h' vi-backward-char
|
bindkey -M menuselect '^h' vi-backward-char
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user