My personal set of config files for vim & zsh
Install before dotfiles.sh install
to avoid glitches!
macOS: choose the the path to zsh in Terminal.app preferences
git clone --recurse-submodules https://github.com/JulianKahnert/dotfiles.git ~/.dotfiles
~/.dotfiles/dotfiles.sh install
~/.dotfiles/dotfiles.sh update
CTRL R command-searching
CTRL T path-searching
<Space> Fold code
gcc comment current line
VIS: gc comment section
~/.dotfiles/dotfiles.sh install
~/.dotfiles/dotfiles.sh update
~/.dotfiles/dotfiles.sh info
~/.dotfiles/dotfiles.sh maintenance
~/.dotfiles/dotfiles.sh init
- Makefile
- `init.sh for Linux and FreeBSD
- write Help for dotfiles.sh
ag PATTERN /PATH/TO/
ag -i PATTERN /PATH/TO/ # case insensitive
ag --hidden PATTERN /PATH/TO/ # also search hidden files
ag --hidden --ignore .git -g "" PATTERN /PATH/TO/ # also search hidden files,
# but not .git folders
CTRL R commands
CTRL T paths
- cdf - cd into the directory of the selected file
- cdh - fuzzy matching in folder history
- fkill - kill process
- mkrepo - create a new repo + pyenv