fish: add ctrl-space shortcut for zi
This commit is contained in:
@@ -47,6 +47,10 @@ with lib; {
|
|||||||
end
|
end
|
||||||
nix shell $args
|
nix shell $args
|
||||||
'';
|
'';
|
||||||
|
fish_user_key_bindings = ''
|
||||||
|
bind ctrl-space 'zi; commandline -f repaint'
|
||||||
|
bind -M insert ctrl-space 'zi; commandline -f repaint'
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user