added gitignore

This commit is contained in:
Eric Fode 2013-10-02 01:41:08 -07:00
parent bc3d9af746
commit 243f5b39ed
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.swp

Binary file not shown.

View File

@ -3,7 +3,7 @@ if exists("b:hoon_did_submode_mapping")
endif
let g:submode_timeout = 0
let g:submode_keyseqs_to_leave = ['"']
call submode#enter_with('hoon_ninja', 'i', '', '//' )
call submode#map('hoon_ninja', 'i', '', 'bar', '|')
call submode#map('hoon_ninja', 'i', '', 'gal', '<')