Searched refs:session (Results 1 – 25 of 115) sorted by relevance
12345
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_21.txt | 241 your editing session and restoring it the next day. 246 The following command creates a session file: > 250 Later if you want to restore this session, you can use this command: > 254 If you want to start Vim and restore a specific session, you can use the 288 Suppose you store your session files in the directory "~/.vim". You are 299 point. And finally you load the new "boring" session. 302 up the window layout, you can go back to the last saved session: > 307 where you are now, by saving the current setup in a session, or keep the 308 session file as a starting point. 374 This can be used to switch to another session, but keep the command line [all …]
|
| H A D | gui_x11.txt | 537 that's not available in the plain GTK+ GUI: Interaction with the session 538 manager. |gui-gnome-session| 557 GNOME session support ~ 558 *gui-gnome-session* *gnome-session* 561 current session is stored to disk by using the |:mksession| command, and 564 The GNOME session support should also work with the KDE session manager. 567 Note: The automatic session save works entirely transparent, in order to 568 avoid conflicts with your own session files, scripts and autocommands. That 570 - The session file is stored to a separate directory (usually $HOME/.gnome2). 575 session. Also, it is restored to its old value when logging in again.
|
| H A D | usr_11.txt | 166 (2) An edit session for this file crashed. ~ 176 1. Another edit session is active on this file. Look in the message for the 197 Then you very likely have a crashed edit session that is worth recovering. 227 It is good if a previous editing session crashed without having made any 272 loading a script that edits several files, such as a session with multiple 289 the case when the other edit session puts the swap files in another directory
|
| H A D | starting.txt | 217 is read to recover a crashed editing session. See 455 will wait for the edit session to finish (e.g., mail or 622 restoring the session on login. See |gui-gnome-session| 1319 *Session* *session-file* 1336 session. 1505 - Vim session B does the same 1506 - Vim session A sets the variables AAA and BOTH and exits 1507 - Vim session B sets the variables BBB and BOTH and exits 1510 AAA - value from session A, session B kept it 1511 BBB - value from session B [all …]
|
| H A D | ft_ada.txt | 165 Setting a project file will also create a Vim session (|views-sessions|) so - 191 Set gnat project file and load associated session. An open 192 project will be closed and the session written. If called 195 and associated session are closed.
|
| H A D | terminal.txt | 22 Session |terminal-session| 38 Example session |termdebug-example| 239 in a session file. 397 *terminal-session* 398 A terminal window will be restored when using a session file, if possible and 510 session file 818 Set the command to write in a session file to restore the job 819 in this terminal. The line written in the session file is: > 886 session file 1217 Example session ~
|
| H A D | pi_spec.txt | 27 to use in this edit session.
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_mksession.vim | 12 " Test for storing global and local argument list in a session file 345 " Edit exactly three files in the current session. 351 " Verify that loading the session does not create additional buffers. 394 call assert_equal(3, winnr(), 'session restore should restore the active window') 428 call assert_report('session must not restore terminal') 445 call assert_report('session must not restore terminal') 463 call assert_report('session must not restore terminal') 481 call assert_report('session must not restore terminal') 734 " A clean session (one empty buffer, one window, and one tab) should not 762 " Test for storing global variables in a session file [all …]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | tmux.vim | 97 \ attach attach-session bind bind-key break-pane breakp capture-pane 102 \ kill-pane kill-server kill-session kill-window killp has has-session killw 105 \ lock-server lock-session lockc last-pane lastp locks ls last last-window 107 \ clear-prompt-history clearphist movep movew new new-session new-window 110 \ refresh-client rename rename-session rename-window renamew resize-pane
|
| H A D | upstart.vim | 83 syn keyword upstartEvent desktop-session-start 84 syn keyword upstartEvent login-session-start
|
| H A D | gpg.vim | 51 \ notation-data options output override-session-key 86 \ show-policy-url show-session-key simple-sk-checksum
|
| H A D | esqlc.vim | 33 syntax keyword esqlcKeyword session share size smallint
|
| H A D | jsp.vim | 35 syn keyword jspDirArg contained file uri prefix language extends import session buffer autoFlush
|
| H A D | pamconf.vim | 24 syn keyword pamconfTypeKeyword contained account auth password session
|
| H A D | privoxy.vim | 34 syn match privoxyAction "\%(send-vanilla-wafer\|send-wafer\|session-cookies-only\|set-image-blocker…
|
| H A D | sqlj.vim | 35 syn keyword sqljKeyword session share size smallint
|
| H A D | fstab.vim | 141 syn match fsOptionsKeywords contained /\<\%(session\|part\)=/ nextgroup=fsOptionsNumber 153 syn match fsOptionsKeywords contained /\<\%(session\|sbsector\)=/ nextgroup=fsOptionsNumber
|
| H A D | baan.vim | 1619 syn keyword baanBshell get.session.permission 1647 syn keyword baanBshell rdi.session.info 1648 syn keyword baanBshell rdi.session.dlls 1650 syn keyword baanBshell rdi.session.subject.info 1651 syn keyword baanBshell rdi.session.subject 1652 syn keyword baanBshell rdi.session.key 1653 syn keyword baanBshell rdi.session.form 1654 syn keyword baanBshell rdi.session.textfield
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | gnat.vim | 15 " 05.08.2006 MK Add session support 79 "\ expand('~')[0:-2] . ".vimfiles.session]gnat_" . 83 "\ expand('~') . "/vimfiles/session/gnat_" .
|
| H A D | decada.vim | 48 \ expand('~')[0:-2] . ".vimfiles.session]decada_" .
|
| /vim-8.2.3635/src/proto/ |
| H A D | session.pro | 1 /* session.c */
|
| /vim-8.2.3635/runtime/ |
| H A D | menu.vim | 670 " wait with building the menu until after loading 'session' files. Makes 1132 tmenu ToolBar.LoadSesn Choose a session to load 1133 tmenu ToolBar.SaveSesn Save current session 1142 " Select a session to load; default to current session name if present 1152 " Select a session to save; default to current session name if present
|
| /vim-8.2.3635/src/ |
| H A D | Make_ami.mak | 160 session.c \
|
| H A D | Makefile | 1675 session.c \ 1828 objects/session.o \ 2013 session.pro \ 3512 objects/session.o: session.c 3513 $(CCC) -o $@ session.c
|
| /vim-8.2.3635/runtime/lang/ |
| H A D | menu_sv_se.latin1.vim | 223 tmenu ToolBar.LoadSesn Ladda session 224 tmenu ToolBar.SaveSesn Spara session
|
12345