viasite-ansible / ansible-role-zsh

Setup antigen with oh-my-zsh, powerlevel10k theme, fzf, autosuggestions, syntax-highlighting
https://habrahabr.ru/post/323496/
MIT License
347 stars 85 forks source link

Hotkeys configure and hotkeys list #4

Closed popstas closed 7 years ago

popstas commented 7 years ago
  1. Need for way to define hotkeys for plugins and for zsh core.

  2. Need for way to show hotkeys list to user.

Philistino commented 1 year ago

Hey thanks for maintaining this role! I have a quick question: is there a way to see which key presses I should use for the fzf hotkeys?

For instance, in the case of '^@c', what keys do I need to press on my keyboard to use the fzf CD widget? Alt+c does not do anything, nor does Ctrl+@+c. I'm using zsh on a fresh Ubuntu server 22.04 install.

I really appreciate the help!