Fabrice Niessen

Results 23 issues of Fabrice Niessen

Dear, I had this config before: # Single-line prompt. POWERLEVEL9K_PROMPT_ON_NEWLINE=false POWERLEVEL9K_RPROMPT_ON_NEWLINE=false POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX='' POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX='' # Customise the Powerlevel9k prompts. POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(ssh dir vcs) POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status command_execution_time time background_jobs) POWERLEVEL9K_STATUS_VERBOSE=false POWERLEVEL9K_STATUS_OK_IN_NON_VERBOSE=true POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD=10 POWERLEVEL9K_TIME_FORMAT="%D{%H:%M}" How...

userconfig

In my case, I can edit ~/.minttyrc or add the "echo" commands to my ~/.zshrc file, I get the same results: my bold colors are gray in Cygwin's MinTTY. Any...

Dear, is there some way to get it working on Windows (using Cygwin's shell)?

Dear @atykhonov , I re-discovered this package - was in my huge config file, but did not know about it anymore. Now that I want to reuse it, as it...

Hello, first, thanks for this highlight package that uses overlays, and thus allows to highlight the line, while still being visible!! Now, just played with it, and the M-n/p key...

Add a new modeline which includes a VC flag and the current dictionary, among others.

Hello, I just installed Powerline which seems very nice. In particular, I love the different colored backgrounds on the modeline and the arrow separator. Though, in my case, I don't...

Hello, I did not change anything regarding my Powerline config. Though, just after updating this morning, I now have: ``` Error during redisplay: (eval (let* ((active (powerline-selected-window-active)) (mode-line (if active...

Defun `powerline-selected-window-active` looks up the value of `powerline-selected-window`, but it's not initiliazed up to some point.

Hello, I'm trying to customize your EXCELLENT modeline package so that it better meets what I have in mind. Among others, I'd like to get the "SVN" or "Git" tag...