Abstract
Tmux is a commond line based tool that enable you to open multiple windowns, tabs or sessions in one terminal. With that, you can work on multiple tasks efficiently as you can separate them in different tmux sessions.
The Pages
This is the second edition of this book, written by Bryant O’Hallaron. This is a book be commented: a very heavy book, but as valuable as golden. This book shows how a program is running on system in quite detail. By reading it, you’ll know how your program is working and running. I’m reading the kindle version.
《Effective Modern C++》is written by Scott Meyers, and translated to Chinese version by 高博 and published in 2018.
This book recorded 42 skills or tips abour modern c++(c++11&c++14). It’s not a book that show you how to program with c++ from scratch. Instead, it shows you some traps you may never know when you study in school. Those are summarized from real experience or lessons. it worth reading to save you time to avoid/handle such traps.
coc.nvim is a plugin for vim and neovim.
it applys to LSP.
it’s async and easier to install offline than YouCompleteMe.
it has 3 different types of completion supports.
aspell is a powerful offline command line tool to check spelling.
basic usage:
aspell -c your_file
check words in fileaspell -a
check a word interactively in consoleaspell list
check list of words interactively in console