dotfiles/zsh
Thomas Preisner 88ed6d9d9b zsh: prompt: switch from ZLE_RPROMPT_INDENT=0 to %{ %} for bottom_right_suffix
Apparently ZLE_RPROMPT_INDENT is a bit buggy on several prompts (e.g.
iTerm2, virtual-terminal on linux, etc) since not only the most right
space is removed as intended, but also the cursor is moved on to the
right causing the last character of the prompt to be overwritten.
This causes completion to be rather weird (some characters are
drawn twice and some aren't at all).

Fix: Use %{ .. %} with ${bottom_right_suffix} to tell the terminal the
last symbols have a width of zero -> the most right space will be
overdrawn and thus not shown.
2017-08-02 14:25:59 +02:00
..
aliases.zsh zsh: aliases: remove old sp-aliases and make valgrind alias 'global' 2017-07-09 17:56:41 +02:00
checks.zsh add old zshconfig 2016-10-25 18:21:43 +02:00
colors.zsh zsh: cleanup color formatting 2017-05-04 17:16:01 +02:00
completion.zsh zsh: completion: add list-suffixes 2017-07-16 00:15:00 +02:00
general.zsh zsh: general: output program runtime on exit if greater 60 2017-07-11 01:48:48 +02:00
history.zsh zsh: history: move relevant setopts into history.zsh 2017-07-10 03:00:17 +02:00
keybindings.zsh zsh: add vim-keybindings 2017-07-09 13:16:22 +02:00
prompt.zsh zsh: prompt: switch from ZLE_RPROMPT_INDENT=0 to %{ %} for bottom_right_suffix 2017-08-02 14:25:59 +02:00
setopt.zsh zsh: move completion setopts from setopt.zsh into completion.zsh 2017-07-13 20:07:05 +02:00