Tilix: zsh-autosuggestions

Created on 24 May 2020  路  4Comments  路  Source: gnunn1/tilix

zsh-autosuggestion works on Gnome Terminal but not on Tilix
Ubuntu LTS 20.04

plugins=(zsh-autosuggestions zsh-completions zsh-syntax-highlighting) source $ZSH/oh-my-zsh.sh autoload -Uz compinit && compinit

It worked perfectly on Ubuntu 18.04 with the same exact .zshrc

Most helpful comment

In my case it was the color scheme that i set for Tilix, "Monokai Dark" works just fine for me.
_Preferences > (your/default) profile > Color (tab) > Color scheme_

All 4 comments

its working for me on pop_os 20.04 LTS which is just a skin over ubuntu afaik

here is my settings (not sure what autload -Uz and all that is in your command):

plugins=(
  git
  zsh-nvm
  zsh-autosuggestions
  zsh-syntax-highlighting
  docker
  docker-compose
  zsh-z
)

source $ZSH/oh-my-zsh.sh

...other settings

This is an issue with the shell (zsh), not with tilix, which just is the terminal emulator.

In my case it was the color scheme that i set for Tilix, "Monokai Dark" works just fine for me.
_Preferences > (your/default) profile > Color (tab) > Color scheme_

@poulou0 Mate! You are awesome. It was the Color! Thanks a lot!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

huti26 picture huti26  路  3Comments

alalfakawma picture alalfakawma  路  4Comments

sliddjur picture sliddjur  路  3Comments

pkkid picture pkkid  路  3Comments

gnunn1 picture gnunn1  路  3Comments