A set of vim/nvim, zsh/oh-my-zsh, and tmux configuration files.
Dotfiles is installed by running one of the following commands in your terminal. You can install this via the command-line with git
.
git clone https://github.com/toandaominh1997/dotfiles.git $HOME/.dotfiles/tool
bash $HOME/.dotfiles/tool/install.sh --user
bash $HOME/.dotfiles/tool/install.sh --user -U
vim cheatsheet: https://vim.rtorr.com/
:nmap
:vmap
:imap
// update package
:PackerUpdate
:PackerInstall
:LspLog
// change python path
let g:python3_host_prog = 'path/python'
// NvimTreeFocus
<leader>tt
// NVimTreeFindFile
<leader>nf
TSInstall {lang}
TSUpdate
// find files:
<leader>ff
// live grep
<learder>fg
// buffers
<leader>fb
// Helper
<leader>fh
visual-text > gc
tmux cheatsheet: https://tmuxcheatsheet.com/
- create window
control + a + c
omz update