Browse Source

Allow mapping Ctrl+S and Ctrl+Q shortcuts (#1750)

master
Maxim Baz 5 years ago committed by Kaleb Elwert
parent
commit
79d6d39912
  1. 3
      modules/environment/init.zsh

3
modules/environment/init.zsh

@ -38,6 +38,9 @@ setopt INTERACTIVE_COMMENTS # Enable comments in interactive shell. @@ -38,6 +38,9 @@ setopt INTERACTIVE_COMMENTS # Enable comments in interactive shell.
setopt RC_QUOTES # Allow 'Henry''s Garage' instead of 'Henry'\''s Garage'.
unsetopt MAIL_WARNING # Don't print a warning message if a mail file has been accessed.
# Allow mapping Ctrl+S and Ctrl+Q shortcuts
(( $+commands[stty] )) && stty -ixon
#
# Jobs
#

Loading…
Cancel
Save