Resolve screen freezing on ctrl-s
This commit is contained in:
parent
b7f437d22e
commit
69247fe8f6
2 changed files with 3 additions and 0 deletions
|
|
@ -12,3 +12,5 @@ export DISPLAY=:0
|
|||
export LIBGL_ALWAYS_INDIRECT=1
|
||||
export FZF_DEFAULT_COMMAD="find -L"
|
||||
export PATH="$PATH:/opt/mssql-tools/bin"
|
||||
|
||||
stty -ixon # disable ctrl-s terminal freeze
|
||||
|
|
|
|||
|
|
@ -83,3 +83,4 @@ man() {
|
|||
command man "$@"
|
||||
}
|
||||
|
||||
stty -ixon # remove ctrl-s terminal freeze
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue