Update Anaconda Navigator
Open Anaconda Prompt Deactivate conda conda deactivate Update Anaconda Navigator conda update anaconda-navigator
11.12.2024
junk site of a tech savvy geek.
Open Anaconda Prompt Deactivate conda conda deactivate Update Anaconda Navigator conda update anaconda-navigator
.tmux.conf file under your home directory Open new tmuxtmux new -s <namehere> To enable mouse on terminal screenset -g mouse on shortcut to open command mode:ctrl+shift+b after : split screen verticallyctrl+shift+b after % split screen horizontallyctrl+shift+b after “
Using Ctrl keys Ctrl + a : move to the beginning of line.Ctrl + d : if you’ve type something, Ctrl + d deletes the character under the cursor, else, it escapes the current shell.Ctrl + e : move to the end of line.Ctrl + k : delete all text...