tmux time mappings

This commit is contained in:
thek4n 2024-12-13 15:11:44 +03:00
parent 0734de3f67
commit 89daf17b92
3 changed files with 11 additions and 2 deletions

View File

@ -48,7 +48,7 @@ bind c display-menu \
display-popup -w 33% -h 70% "cal -my"
} \
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 {
display-popup -h 80% -w 60% "zsh -ic 'weather \$CITY'"

View File

@ -39,6 +39,15 @@ zstyle ':autocomplete:*' min-input 3
zstyle ':autocomplete:*' delay 0.1
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 -M menuselect '^h' vi-backward-char