Searched +refs:org +refs:mouse +refs:map (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/vim-53/runtime/
H A Dgvimrc_example.vim4 " Maintainer: Bram Moolenaar <Bram@vim.org>
21 set mousehide " Hide the mouse when typing text
24 map <S-Insert> <MiddleMouse>
25 map! <S-Insert> <MiddleMouse>
44 " map K :execute "!start winhlp32 -k <cword> " . winhelpfile <CR>
H A Devim.vim2 " Maintainer: Bram Moolenaar <Bram@vim.org>
39 set mouse=a " always use the mouse
42 map Q gq
H A Dvimrc_example.vim3 " Maintainer: Bram Moolenaar <Bram@vim.org>
38 map Q gq
44 " In many terminal emulators the mouse works just fine, thus enable it.
45 if has('mouse')
46 set mouse=a
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex19 % tex org-mode-ref.tex; dvips -t landscape org-mode-ref.dvi
59 % Internet: gildea@stop.mail-abuse.org
276 (add-to-list 'auto-mode-alist '("\\\\.org\$" . org-mode))
277 (define-key global-map "\\C-cl" 'org-store-link)$^1$
278 (define-key global-map "\\C-ca" 'org-agenda)$^1$
281 \metax{For the many customization options try}{M-x org
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dprogress.vim6 " Maintainer: Philip Uren <philuSPAX@ieee.org> Remove "SPAX" spam block
75 syn keyword ProgressReserved map member message message-lines mouse mpe new next next-prompt no no-attr[-space] no-error no-f[ill] no-help no-hide no-label[s]
76 syn keyword ProgressReserved no-lock no-map no-mes[sage] no-pause no-prefe[tch] no-undo no-val[idate] no-wait not null num-ali[ases] num-dbs num-entries
157 syn keyword ProgressOperator load-mouse-point[er] load-small-icon log logical lookahead lower lt manual-highlight margin-extra margin-height margin-height-ch[ars] margin-height-pi[xels] margin-width
160 syn keyword ProgressOperator min min-height min-height[-chars] min-height-pixel[s] min-size min-val[ue] min-width min-width[-chars] min-width-p[ixels] min[imum] mod modified mod[ulo] month mouse-p[ointer]
H A D2html.vim7 " Original by Bram Moolenaar <Bram@vim.org>
14 " http://www.vim.org/scripts/script.php?script_id=2006
456 let self.progress_ticks = map(range(pb_len+1), "v:val * self.max_value / pb_len")
760 " to keep the filler spaces hidden if the fold is opened by mouse
1049 exe "normal! gg$a\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">"
1051 exe "normal! gg0i<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">\n"
1053 exe "normal! gg0i<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n"
1057 exe "normal! gg/<html/e\na xmlns=\"http://www.w3.org/1999/xhtml\"\e"
/macosx-10.9.5/vim-53/src/
H A Deval.c458 static dictitem_T *dictitem_copy __ARGS((dictitem_T *org));
6916 dictitem_copy(org)
6917 dictitem_T *org;
6922 + STRLEN(org->di_key)));
6925 STRCPY(di->di_key, org->di_key);
6927 copy_tv(&org->di_tv, &di->di_tv);
7804 {"map", 2, 2, f_map},
10165 static void filter_map __ARGS((typval_T *argvars, typval_T *rettv, int map));
10166 static int filter_map_one __ARGS((typval_T *tv, char_u *expr, int map, int *remp));
10169 * Implementation of map() an
[all...]

Completed in 224 milliseconds