pindexis / marker

The terminal command palette
MIT License
2.02k stars 106 forks source link

Doesn't respond to the hotkeys #54

Closed M4xTheMan closed 5 years ago

M4xTheMan commented 5 years ago

Hey,

this software is exactly what I'm looking for! Unfortunately it's not responding after the installation. When i press CTRL + space within bash with or without a command typed in, nothing happens. I've changed the key binding according to the workaround from pindexis (https://github.com/pindexis/marker/issues/28) but nothing changed.

Ubuntu 16.04.5 LTS 64-bit GNU bash, version 4.3.48(1)-release (x86_64-pc-linux-gnu)

I'm looking forward to any advice! Max

M4xTheMan commented 5 years ago

Okay, I've figured out, that marker wasn't active within my shell. It's working by using source ~/.local/share/marker/marker.sh (as seen here https://hackaday.com/2018/10/24/linux-fu-marker-is-a-command-line-menu/).

What do I've to do to make marker be used in every shell? I've logged out and in again - now it's working just fine!

Thank you! Max