sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
brew install python
pip3 install neovim
pip3 install black
brew install neovim
mkdir ~/.config
git clone https://github.com/nocmk2/dotfile.git ~/.config/nvim
cd ~/.config/nvim
ln -s ~/.config/nvim ~/.vim
git clone https://github.com/powerline/fonts.git
cd fonts
./install
Preferences-> Profiles -> Text -> Non-ASCII Font -> Go Mono for Powerline
git clone --depth=1 https://gitee.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k Set ZSH_THEME="powerlevel10k/powerlevel10k" in ~/.zshrc.
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
inside ~/.zshrc plugins=(zsh-autosuggestions)
$ /usr/bin/ctags usage: ctags [-BFadtuwvx] [-f tagsfile] file ...
$ brew install ctags
$ alias ctags="brew --prefix
/bin/ctags"
$ alias ctags >> ~/.bash_profile
$ alias ctags >> ~/.zshrc
$ which ctags /usr/local/bin/ctags
nvim ~/.ctags --recurse=yes --exclude=.git --exclude=BUILD --exclude=.svn --exclude=.js --exclude=vendor/ --exclude=node_modules/* --exclude=db/* --exclude=log/* --exclude=*.min.* --exclude=*.swp --exclude=*.bak --exclude=*.pyc --exclude=*.class --exclude=*.sln --exclude=*.csproj --exclude=*.csproj.user --exclude=*.cache --exclude=*.dll --exclude=*.pdb
https://dev.to/iggredible/how-to-search-faster-in-vim-with-fzf-vim-36ko
brew install fzf
brew install ripgrep
if type rg &> /dev/null; then
export FZF_DEFAULT_COMMAND='rg --files'
export FZF_DEFAULT_OPTS='-m --height 50% --border'
fi
alias redis-start='redis-server /usr/local/etc/redis.conf' alias mysql-start='mysql.server start'
https://github.com/kristijanhusak/vim-dadbod-ui
gi jump to search input F open link in new tab b open bookmark T Search throug your open tabs H Go back L Go forward t create a new tab J one tab left K one tab right ^ previous tab ? help
Preferences -> Simple modifications -> (caps_lock->left_control) Preferences -> Complex modifications -> Change right_command_hjkl to arrow keys