摘要:
1. config ~/.tmux.conf set -g mouse on set -g mode-keys vi bind-key -T copy-mode-vi v send-keys -X begin-selection bind-key -T copy-mode-vi y send-key 阅读全文
摘要:
# Get the UTF-8 encoded hexadecimal representation of the specified character '中' echo -n '中' | xxd -p # Convert UTF-8 encoded hexadecimal back to the 阅读全文
摘要:
To completely delete any version of MongoDB from Mac, follow the below steps on the terminal: Check if any mongo service is running: launchctl list | 阅读全文