Skip to content

Commit

Permalink
update document
Browse files Browse the repository at this point in the history
  • Loading branch information
tell-k committed Nov 2, 2011
1 parent 3d243c1 commit 8e5732d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 17 deletions.
14 changes: 7 additions & 7 deletions README.rst
Expand Up @@ -3,18 +3,18 @@ browsereload-mac.vim
========================

Description
--------------------
=====================

vim plugin to reflesh your browser.
this plugin works only MacOS.
this plugin works only MacOSX.

Required
--------------------
=====================

osascript(AppleScript command)

Installation
--------------------
=====================

::

Expand All @@ -26,7 +26,7 @@ Installation
see also install.sh

Note
--------------------
=====================

if you want to reload Firefox. Please change your System Preferences on MacOSX as below.

Expand All @@ -36,7 +36,7 @@ check "Enable access for assistive devices"::


Usage
--------------------
=====================

browser reload::

Expand Down Expand Up @@ -64,7 +64,7 @@ stop auto reload::


Settings
--------------------
=====================

after reload browser. forcus "Terminal" apps.

Expand Down
26 changes: 17 additions & 9 deletions plugin/browsereload-mac.vim
Expand Up @@ -105,18 +105,18 @@ browsereload-mac.vim
========================

Description
--------------------
=====================

vim plugin to reflesh your browser.
this plugin works only MacOS.
this plugin works only MacOSX.

Required
--------------------
=====================

osascript(AppleScript command)

Installation
--------------------
=====================

::

Expand All @@ -127,8 +127,18 @@ Installation

see also install.sh

Note
=====================

if you want to reload Firefox. Please change your System Preferences on MacOSX as below.

check "Enable access for assistive devices"::

System Preferences > Universal Access > "Enable access for assistive devices"


Usage
--------------------
=====================

browser reload::

Expand Down Expand Up @@ -156,7 +166,7 @@ stop auto reload::


Settings
--------------------
=====================

after reload browser. forcus "Terminal" apps.

Expand All @@ -174,7 +184,7 @@ change variables "g:returnAppFlag" to 0
::

"default is 1
let g:returnAppFlag = 0
let g:returnAppFlag = 1

if you want old style commad,
write this setting in your .vimrc
Expand All @@ -199,5 +209,3 @@ write this setting in your .vimrc
command! -bar SrStop silent SafariReloadStop
command! -bar OrStop silent OperaReloadStop
command! -bar ArStop silent AllBrowserReloadStop

" }}}

0 comments on commit 8e5732d

Please sign in to comment.