Giter Club home page Giter Club logo

tmux-which-key's People

Contributors

alexwforsythe avatar geoffreyvanwyk avatar higherorderfunctor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

tmux-which-key's Issues

Default values in `build.py`

Hi, would you be open to me contributing more default values to more of the options in plugin/build.py? If not, the (optional)s should probably be removed from the README, b.c. they're misleading at the moment.

Not working with TMUX 3.0a

The documentation states this should work with tmux >= 3.0. However, it does not work with tmux 3.0 because an unsupported argument in "setenv".

I was able to make it work by changing the line 135 in plugin/build.py from:

        return -h 'setenv {} "{}"'.format(self.name, self.value)

to

        return 'setenv {} "{}"'.format(self.name, self.value)

The option -hwas added to tmux in version 3.2. So, I suggest updating the documentation or removing the use of this option.

Back to previous menu

Hi, I really apreciate somebody else also working with tmux menus!
My perhaps slightly over engineered aproach is at jaclu/tmux-menus

Using yaml for menu design certainly makes for easy config!

However one thing I almost immeditally noticed, was that as I opened various menus to see what was in there, there was no going back, so adding a back or previous menu option would be a huge usability gain.

Anyhow pretty neat!

Cannot be installed with Nix [includes PR]

Awesome plugin! Appreciate the work to make key binds more accessible.

I am unable to install with Nix as it makes the plugin directory read-only. To remedy this I added some basic support for XDG directories to enable this plugin to be installed and used on immutable or declarative operating systems.

By default this would put he config in ~/.config/tmux/plugins/tmux-which-key and the generated init file in ~/.local/share/tmux/plugins/tmux-which-key.

I also added an example config for installing with Nix via Home Manager. The config can be fully managed via Nix in a declarative manor. The init file can then be written to a directory which is cleared every boot (immutable via temporary file system).

#1

Feature: Auto-show which-key after a timeout

I was confused for a while when first using this plugin because I was typing C-b (prefix) and expecting which-key to appear after a short delay, similar to which-key.nvim.

Eventually I realized that the configured "keybind" are intended to activate which-key itself, however it'd be great to also have an auto-display option.

If this is difficult or impossible, perhaps the README could be improved to more clearly explain usage?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.