Skip to content

OLaprevote/.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

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

Plugins are managed with built-in vim plugins manager and git submodule.

  • vim-closetag
  • vim-matchit
  • gruvbox (color scheme)
  • vim-tmux-navigator

Installation

  1. Clone this repository: git clone [email protected]:OLaprevote/.vim.git
  2. Run git submodule init and git submodule update to get all plugins.
  3. Symlink these .vimrc and .tmux.conf in your $HOME: ln -s .vim/.vimrc $HOME/.vimrc; ln -s .vim/.tmux.conf $HOME/.tmux.conf

About

.vimrc and .tmux.conf for bépo layout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published