The dotfiles repo contains full configuration of bash, vim and tmux that makes up my full development environment in a single terminal tab.
You may install the dotfiles on your own environment either automatically or manually depending on what you rather prefer.
For a quick start, you can run this single command to get the environment set up:
$ bash <(curl -s http://sh.bagrat.io/web.sh)
This will clone the repo and install all the required files onto your environment.
If you are the kind that does not trust every single script, you are good too. You can just clone the repo and use whatever files you like. At this point still, you can automate the installation process by running:
$ ./install.sh
The following sections provide detailed features and keymaps that come from the dotfiles configuration files for each bach, vim and tmux.
TBD
Note: <leader> is configured as ,.
-
Close buffer -
<leader><tab> -
Close window -
<leader>q -
Close all (force) -
<leader>Q -
Jump to end of line (same as
$) -<ctrl>-e(like in bash) -
Jump to beginning of line (same as
^) -<ctrl>-a(like in bash) -
Toggle NERDTree -
<leader>t
TBD