Forráskód Böngészése

update vimperatorrc comments, remove unnecessary bits for 3.8

Also:
- Update readme.
- Update submodules.
Weiyi Lou 12 éve
szülő
commit
34939ea493
4 módosított fájl, 27 hozzáadás és 11 törlés
  1. 19 4
      README.md
  2. 1 1
      mongo/mongo-hacker
  3. 6 5
      vimperator/colors/cinaeco.vimp
  4. 1 1
      zsh/oh-my-zsh

+ 19 - 4
README.md

@@ -1,6 +1,8 @@
 # Configuration Files For *nix Environments
 
-#### Software:
+#### Software
+
+Software configs that exist (versions are minimums for correct operation):
 - vim 7.4
 - emacs 24
 - tmux 1.8
@@ -8,11 +10,24 @@
 - irssi & screen (for nicklist)
 - nethack
 - mongo
-- Vimperator (Firefox plugin)
+- Vimperator 3.8
 
 Installs a user `ack` binary.
 
-Best used with iTerm2 (Mac OS X) and ROXTerm (Linux) setup with the [Solarized colour scheme][solarized].
-Prefered font: Meslo (Menlo patched for powerline).
+Best used with:
+- iTerm2 (Mac OS X), or
+- ROXTerm (Linux)
+- The [Solarized colour palette][solarized].
+- The [Meslo font][meslo] (derived from Menlo), patched for powerline.
 
 [solarized]: http://ethanschoonover.com/solarized
+[meslo]: https://github.com/Lokaltog/powerline-fonts
+
+#### Issues
+
+##### Prompt in git repositories is slow in OS X Mavericks.
+
+This is because of the Apple-provided git. Install git through homebrew. Seen
+from [this stackexchange entry][stackexchange].
+
+[stackexchange]: http://apple.stackexchange.com/questions/106784/terminal-goes-slow-after-install-mavericks-os

+ 1 - 1
mongo/mongo-hacker

@@ -1 +1 @@
-Subproject commit 00139de86e8a6739e13b9ba187987c25d87e1fd9
+Subproject commit 7f028fc22d3d4de7eeb1b92f0a77f5cb374e5bcd

+ 6 - 5
vimperator/colors/cinaeco.vimp

@@ -18,8 +18,9 @@ hi Normal                background: #222; color: #ddd; font-size: 14px;
 " with current URL more visible
 """"""""""""""""""""""""""""""""
 
+" commandline does not take the Normal highlight background color by default.
 hi CmdLine               background: #222;
-" status Needs `color` set, otherwise `ErrorMsg` overrides when it appears
+" status does not take the Normal highlight text color by default.
 hi StatusLine            color: #ddd; text-align: left;
 
 
@@ -31,7 +32,7 @@ hi StatusLine            color: #ddd; text-align: left;
 hi CompTitle             background: #444;  " headers
 hi CompTitle>*           background: #444;  " header decorations
 hi CompItem[selected]    background: #555;  " current item
-hi NonText               color: #dc322f;    " ~'s indicating empty lines
+hi NonText               color: #dc322f;    " ~'s indicating empty lines e.g. when there are fewer completion items than list height.
 hi Filter                background: darkgreen; border-radius: 2px; border: 1px solid green;  " match highlighting in completion list
 
 
@@ -39,6 +40,6 @@ hi Filter                background: darkgreen; border-radius: 2px; border: 1px
 " misc
 """"""""""""""""""""""""""""""""
 
-hi ErrorMsg              color: #dc322f;
-hi MoreMsg               background: #222; color: green;   " mouse-click in completion list to see `MoreMsg`
-hi InfoMsg               background: #222; color: orange;  " e.g. when downloading files
+hi ErrorMsg              color: #dc322f;                   " Type in an invalid command
+hi MoreMsg               color: green;   " mouse-click in completion list to see `MoreMsg`
+hi InfoMsg               color: orange;  " e.g. when downloading files

+ 1 - 1
zsh/oh-my-zsh

@@ -1 +1 @@
-Subproject commit 90c28b786ae8a8013fc5083e9cf941115152c706
+Subproject commit 66a33b80c3c5c768bab0fd4bbed37851fcc01675