Simply my configuration files for vim and tmux. I use bépo, tmux and python on a regular basis. They are without any pretension: I try to keep these as lightweight as possible.
This .vimrc does not follow bépo official vim configuration. As I used vim and bépo before knowing it and already had muscle memories for tsrn, I chose to simply rebind hjkl direction keys to where they made sense on bépo: j to right, k to left, h to down and l to up. It makes far less remaps, and builds muscle memory for j and k as movements, as these are used on a lot of other applications.
Plugins are managed with built-in vim plugins manager and git submodule.
- vim-closetag
- vim-matchit
- gruvbox (color scheme)
- vim-tmux-navigator
- Clone this repository:
git clone [email protected]:OLaprevote/.vim.git
- Run
git submodule init
andgit submodule update
to get all plugins. - Symlink these .vimrc and .tmux.conf in your
$HOME
:ln -s .vim/.vimrc $HOME/.vimrc; ln -s .vim/.tmux.conf $HOME/.tmux.conf