Mercurial > dotfiles
view dot_config/zsh/prompt/colors.zsh.tmpl @ 848:7218c2192214
feat: only enable c-s selection in copy mode
this allows to use c-s in helix to manually mark a jump position
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Thu, 15 Feb 2024 11:35:01 +0100 |
parents | 9e2c5662c2cb |
children | af787ecac7c4 |
line wrap: on
line source
{{ if .dark }} PROMPT=$'%{\e]133;A\a%}%F{#89dceb}%T%f%k %F{#f38ba8}%m%f %F{#89b4fa}%~%b%f%k %j ->\u00A0%{\e]133;B\a%}' {{ else }} PROMPT=$'%{\e]133;A\a%}%F{#2f6f9f}%K{#f4faff}%T%f%k %F{#d71707}%m%f %F{#0b51a6}%~%b%f%k %j ->\u00A0{\e]133;B\a%}' {{ end }}