commit | 2010f011f81adedc6f9fc932547f3089a30a957e | [log] [tgz] |
---|---|---|
author | Robert R Evans <robert@codewranglers.org> | 周日 10月 10 09:24:19 2010 -0700 |
committer | Robert R Evans <robert@codewranglers.org> | 周日 10月 10 09:24:19 2010 -0700 |
tree | 84b8e1b5def5a72f4baf73716681c01e07ecb88f | |
parent | 4f3462b6d1633c07ba3d9d85176ec400b1d0a2e7 [diff] [blame] |
Made a lot of changes: no more functions directory. All aliases have been moved to the new alias directory. Plugins are now for functions only. Updated the README to reflect the changes and add a contributor's list.
diff --git a/aliases/vim.aliases.bash b/aliases/vim.aliases.bash new file mode 100644 index 0000000..d102575 --- /dev/null +++ b/aliases/vim.aliases.bash
@@ -0,0 +1,3 @@ +#!/bin/bash + +alias v='mvim --remote-tab' \ No newline at end of file