This is an old revision of the document!
sudo tmutil listlocalsnapshots / Snapshots for disk /: com.apple.TimeMachine.2025-12-08-192342.local com.apple.TimeMachine.2025-12-08-202601.local com.apple.TimeMachine.2025-12-08-212950.local com.apple.TimeMachine.2025-12-08-223025.local com.apple.TimeMachine.2025-12-08-233034.local
sudo tmutil deletelocalsnapshots / Deleted 23 Time Machine local snapshots for disk '/'
mkdir -p $HOME/Library/KeyBindings
echo '{
/* Remap Home / End keys to be correct */
"\UF729" = "moveToBeginningOfLine:"; /* Home */
"\UF72B" = "moveToEndOfLine:"; /* End */
"$\UF729" = "moveToBeginningOfLineAndModifySelection:"; /* Shift + Home */
"$\UF72B" = "moveToEndOfLineAndModifySelection:"; /* Shift + End */
"^\UF729" = "moveToBeginningOfDocument:"; /* Ctrl + Home */
"^\UF72B" = "moveToEndOfDocument:"; /* Ctrl + End */
"$^\UF729" = "moveToBeginningOfDocumentAndModifySelection:"; /* Shift + Ctrl + Home */
"$^\UF72B" = "moveToEndOfDocumentAndModifySelection:"; /* Shift + Ctrl + End */
}' > $HOME/Library/KeyBindings/DefaultKeyBinding.dict