Selaa lähdekoodia

Change prompt character, show navigation in vimperator

Surprisingly, the dash as a prompt character gives more of the same feel as the
multibyte "→" than the angle bracket does.

The navigation bar in firefox is now more useful, because the more recent
versions of firefox (30+?) no longer support the plugin toolbar underwhich
xdebug and proxy icons could live - this is all now built into the same toolbar
that navigation is under. Until we work out vimperator commands for those, we'll
leave the navigation bar for mouse activation.
Weiyi Lou 10 vuotta sitten
vanhempi
commit
7dd427e47b
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      vimperator/vimperatorrc
  2. 1 1
      zsh/custom/cinaeco.zsh-theme

+ 1 - 1
vimperator/vimperatorrc

@@ -3,7 +3,7 @@
 """"""""""""""""""""""""
 
 " gui options
-set gui=nonavigation,tabs,nobookmarks,addons
+set gui=navigation,tabs,nobookmarks,addons
 colorscheme cinaeco
 
 " don't focus on inputs/textfields when we navigate to a page

+ 1 - 1
zsh/custom/cinaeco.zsh-theme

@@ -4,7 +4,7 @@ print -Pn "\e]1;`hostname | cut -d. -f1`\a"
 ## Multiline Prompt
 PROMPT='
 $(host_name)$(current_folder)$(git_prompt_info)$(background_job_info)
-%{$fg[magenta]%}%n -> %{$reset_color%}'
+%{$fg[magenta]%}%n - %{$reset_color%}'
 RPROMPT='$(vi_mode_prompt_info) %{$reset_color%}%T %{$fg[white]%}%h%{$reset_color%}'
 
 MODE_INDICATOR="%{$fg[green]%}vi-mode%{$reset_color%}"