defaults write -g InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms)
defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)
Log out and back in again
| # Official Rails Upgrade Instructions | |
| https://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html | |
| # Check Gemfile Compatibility | |
| https://railsbump.org | |
| # Check Ruby - Rails Version Compatibility Chart | |
| https://www.fastruby.io/blog/ruby/rails/versions/compatibility-table.html | |
| # Use Railsdiff |
| #!/bin/bash | |
| /mnt/c/Program\ Files/Google/Chrome/Application/chrome.exe '\\wsl$\Ubuntu-20.04/'"$1"'' | |
| # Save this script as /usr/local/bin/open and make it executable. Pass the file name as first argument. |
| # [...] | |
| # Some wsl2 presets | |
| alias play='/usr/bin/ansible-playbook' | |
| alias l='ls -lah' | |
| # for opening files from wsl in chrome | |
| alias open='/mnt/c/Program\ Files/Google/Chrome/Application/chrome.exe' | |
| # Add RVM to PATH for scripting. Make sure this is the last PATH variable change. |
defaults write -g InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms)
defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)
Log out and back in again