Changeset 2077 for dotfiles/vimperator/otsune-vimperatorrc
- Timestamp:
- 11/28/07 03:00:43 (12 months ago)
- Files:
-
- 1 modified
-
dotfiles/vimperator/otsune-vimperatorrc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dotfiles/vimperator/otsune-vimperatorrc
r1238 r2077 40 40 map _ ma 41 41 map } `a 42 43 " custom js 44 javascript <<EOF 45 /* Default <C-c> mapping is dump. I want it to be copy! */ 46 var copy_map = new Map( 47 vimperator.modes.NORMAL, 48 ["<C-c>"], 49 function() { copyToClipboard(window.content.document.getSelection()); }, 50 { short_help: "Copy", help: "Copy the current selected text" } 51 ); 52 53 vimperator.mappings.add(copy_map) 54 55 EOF
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)