diff options
| author | ilya | 2010-01-03 23:27:08 -0800 | 
|---|---|---|
| committer | ilya | 2010-01-03 23:27:08 -0800 | 
| commit | 684715730414a26a8177d65730908acc0440158a (patch) | |
| tree | da3988bead413fe649f2ed97861f9dff60d6d731 /README.markdown | |
| parent | 48fadb34a0cb596d69655e6979f9292084d3a0b2 (diff) | |
| download | vimium-684715730414a26a8177d65730908acc0440158a.tar.bz2 | |
Implement 'y' -- yank (copy) the current tab's url to the clipboard.
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 883383e4..30d4d0f4 100644 --- a/README.markdown +++ b/README.markdown @@ -36,6 +36,7 @@ Navigating the current page:      n       cycle forward to the next find match      N       cycle backward to the previous find match      i       enter insert mode -- all commands will be ignored until you hit esc to exit +    y       copy the current url to the clipboard  Navigating your history:      ba, H         go back in history  | 
