Fix key settings (Home/End/Insert/Delete) in .zshrc when running Zsh in Terminator Terminal Emulator

To know the code of a key, execute cat, press enter, press the key, then Ctrl+C. For me, Home sends ^[[H and End ^[[F, so i can put i my .zshrc in my home dir bindkey “^[[H” beginning-of-line bindkey “^[[F” end-of-line bindkey “^[[3~” delete-char These codes could change with the terminal emulator you use. autoload … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)