gnunn1 / tilix

A tiling terminal emulator for Linux using GTK+ 3
https://gnunn1.github.io/tilix-web
Mozilla Public License 2.0
5.4k stars 294 forks source link

zsh-autosuggestions #1898

Closed brightmaraba closed 4 years ago

brightmaraba commented 4 years ago

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

the-vampiire commented 4 years ago

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
phw commented 4 years ago

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

poulou0 commented 4 years ago

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

brightmaraba commented 4 years ago

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

alireza-shirzad commented 2 years ago

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

You saved me bro! Thanks a lot