Posted inProductivity Tips and Tricks Update Anaconda Navigator Open Anaconda Prompt Deactivate conda conda deactivate Update Anaconda Navigator conda update anaconda-navigator
Posted inCode Productivity Server Tips and Tricks tmux .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…
Posted inProductivity Terminal Tricks 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,…