Skip to content

Commit d4cf9d4

Browse files
max-bazMohamedBassem
authored andcommitted
Allow mapping Ctrl+S and Ctrl+Q shortcuts (sorin-ionescu#1750)
1 parent b7b0191 commit d4cf9d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/environment/init.zsh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ setopt INTERACTIVE_COMMENTS # Enable comments in interactive shell.
3838
setopt RC_QUOTES # Allow 'Henry''s Garage' instead of 'Henry'\''s Garage'.
3939
unsetopt MAIL_WARNING # Don't print a warning message if a mail file has been accessed.
4040

41+
# Allow mapping Ctrl+S and Ctrl+Q shortcuts
42+
(( $+commands[stty] )) && stty -ixon
43+
4144
#
4245
# Jobs
4346
#

0 commit comments

Comments
 (0)