user/zsh: disable execute
This commit is contained in:
parent
aa339560b3
commit
210addb2a7
1 changed files with 4 additions and 0 deletions
|
|
@ -97,6 +97,9 @@ let
|
||||||
bindkey -M vicmd 'k' history-substring-search-up
|
bindkey -M vicmd 'k' history-substring-search-up
|
||||||
bindkey -M vicmd 'j' history-substring-search-down
|
bindkey -M vicmd 'j' history-substring-search-down
|
||||||
'';
|
'';
|
||||||
|
disableExecute = ''
|
||||||
|
bindkey -a -r ':'
|
||||||
|
'';
|
||||||
in {
|
in {
|
||||||
programs.command-not-found.enable = true;
|
programs.command-not-found.enable = true;
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
|
|
@ -144,6 +147,7 @@ in {
|
||||||
direnv
|
direnv
|
||||||
genAbbrs
|
genAbbrs
|
||||||
viExtraNav
|
viExtraNav
|
||||||
|
disableExecute
|
||||||
];
|
];
|
||||||
|
|
||||||
plugins = builtins.map (e: pluginFromInput e) [
|
plugins = builtins.map (e: pluginFromInput e) [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue