diff --git a/home/user/.config/tmux/mappings.conf b/home/user/.config/tmux/mappings.conf index 1e3a9aa..24fe520 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -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'" diff --git a/home/user/.config/zsh/completion b/home/user/.config/zsh/completion index 66c52b1..b54154f 100644 --- a/home/user/.config/zsh/completion +++ b/home/user/.config/zsh/completion @@ -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 diff --git a/home/user/.config/zsh/functions b/home/user/.config/zsh/functions index c56e078..5797f7b 100644 --- a/home/user/.config/zsh/functions +++ b/home/user/.config/zsh/functions @@ -293,4 +293,4 @@ sha() { else shasum -a 256 | head -c 64 fi -} +} \ No newline at end of file