Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.11 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.11 KB

vim_setup

Scripts to set up my vim environment on any machine. Right now it installs the following scripts and plugins:

The vimrc will change the leader key to <Space>. The following custom mappings are defined:

  • <Space>mf Add :Mru in command line which allows you to specify a filter before hitting enter
  • <Space>mr Directly open most recently used files list
  • <Space>t Open new tab and explore the current file's directory
  • <Space>g Toggle taglist
  • <Space><NUM> Go to tab (works with numbers from 1 to 7)
  • <Space>q Quit
  • <Space>e Explore Directory

Installation

Attention: This will overwrite your .vimrc without asking! You have been warned.

bash <(curl -LsS https://raw.github.com/moee/vim_setup/master/install)