We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b0191 commit d4cf9d4Copy full SHA for d4cf9d4
modules/environment/init.zsh
@@ -38,6 +38,9 @@ setopt INTERACTIVE_COMMENTS # Enable comments in interactive shell.
38
setopt RC_QUOTES # Allow 'Henry''s Garage' instead of 'Henry'\''s Garage'.
39
unsetopt MAIL_WARNING # Don't print a warning message if a mail file has been accessed.
40
41
+# Allow mapping Ctrl+S and Ctrl+Q shortcuts
42
+(( $+commands[stty] )) && stty -ixon
43
+
44
#
45
# Jobs
46
0 commit comments