Add Rubberband Scrolling command
This commit is contained in:
parent
3cb632cbd3
commit
ddc37cc10e
11
README.md
11
README.md
@ -343,6 +343,17 @@ Revert back to standard behavior.
|
||||
defaults write NSGlobalDomain NSScrollAnimationEnabled -bool true
|
||||
```
|
||||
|
||||
#### Disable Rubberband Scrolling
|
||||
```bash
|
||||
defaults write -g NSScrollViewRubberbanding -bool false
|
||||
```
|
||||
|
||||
#### Enable Rubberband Scrolling
|
||||
Revert to default behavior.
|
||||
```bash
|
||||
defaults write -g NSScrollViewRubberbanding -bool true
|
||||
```
|
||||
|
||||
#### Expand Save Panel by Default
|
||||
```bash
|
||||
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true && \
|
||||
|
Loading…
Reference in New Issue
Block a user