{ // Paths to SSH private keys to use for encryption "private_keys": { "ssh-rsa": "$DATA_DIR/ssh/id_rsa", "ecdsa-sha2-nistp256": "$DATA_DIR/ssh/id_ecdsa", "ssh-ed25519": "$DATA_DIR/ssh/id_ed25519" }, "keybindings": { "Home": { "": "Quit", // Quit the application "": "Quit", // Another way to quit "": "Quit", // Yet another way to quit "": "Quit", // Final way to quit "": "Suspend", // Suspend the application "": "NextTab", // Go to the next tab "": "PrevTab", // Go to the previous tab "": "SelectNext", // Go to the next selection in options "": "SelectPrev", // Go to the previous selection in options "": "Continue", // Continue with the current selection }, } }