MyNixOS website logo
option

programs.intelli-shell.shellHotkeys

Settings for customizing the keybinding to integrate your shell with intelli-shell. You can see the details here: https://lasantosr.github.io/intelli-shell/guide/installation.html#customizing-shell-integration.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  bookmark_hotkey = "\\\\C-b";
  fix_hotkey = "\\\\C-p";
  search_hotkey = "\\\\C-t";
  skip_esc_bind = "\\\\C-q";
  variable_hotkey = "\\\\C-a";
}