wayland: add missing add_layer and clear requests to genivi::screen
[staging/windowmanager.git] / session.vim
1 let SessionLoad = 1
2 let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0
3 let v:this_session=expand("<sfile>:p")
4 silent only
5 cd ~/w/windowmanager
6 if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
7   let s:wipebuf = bufnr('%')
8 endif
9 set shortmess=aoO
10 badd +1 man://opusenc(1)
11 badd +51 /usr/include/errno.h
12 badd +7 src/CMakeLists.txt
13 badd +49 CMakeLists.txt
14 badd +14 src/util.c
15 badd +24 src/util.h
16 badd +38 src/main.cpp
17 badd +273 src/wayland.hpp
18 badd +497 src/wayland.cpp
19 badd +10 term://.//18484:/usr/bin/fish
20 badd +9 b/CMakeCache.txt
21 argglobal
22 silent! argdel *
23 argadd src/main.c
24 edit src/main.cpp
25 set splitbelow splitright
26 wincmd _ | wincmd |
27 vsplit
28 1wincmd h
29 wincmd w
30 set nosplitbelow
31 set nosplitright
32 wincmd t
33 set winminheight=1 winminwidth=1 winheight=1 winwidth=1
34 exe 'vert 1resize ' . ((&columns * 119 + 119) / 239)
35 exe 'vert 2resize ' . ((&columns * 119 + 119) / 239)
36 argglobal
37 setlocal fdm=marker
38 setlocal fde=0
39 setlocal fmr={{{,}}}
40 setlocal fdi=#
41 setlocal fdl=0
42 setlocal fml=1
43 setlocal fdn=20
44 setlocal fen
45 let s:l = 27 - ((26 * winheight(0) + 32) / 64)
46 if s:l < 1 | let s:l = 1 | endif
47 exe s:l
48 normal! zt
49 27
50 normal! 022|
51 wincmd w
52 argglobal
53 edit term://.//18484:/usr/bin/fish
54 setlocal fdm=marker
55 setlocal fde=0
56 setlocal fmr={{{,}}}
57 setlocal fdi=#
58 setlocal fdl=0
59 setlocal fml=1
60 setlocal fdn=20
61 setlocal fen
62 let s:l = 466 - ((27 * winheight(0) + 32) / 64)
63 if s:l < 1 | let s:l = 1 | endif
64 exe s:l
65 normal! zt
66 466
67 normal! 0
68 wincmd w
69 exe 'vert 1resize ' . ((&columns * 119 + 119) / 239)
70 exe 'vert 2resize ' . ((&columns * 119 + 119) / 239)
71 tabnext 1
72 if exists('s:wipebuf') && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
73   silent exe 'bwipe ' . s:wipebuf
74 endif
75 unlet! s:wipebuf
76 set winheight=1 winwidth=20 winminheight=1 winminwidth=1 shortmess=filnxtToO
77 let s:sx = expand("<sfile>:p:r")."x.vim"
78 if file_readable(s:sx)
79   exe "source " . fnameescape(s:sx)
80 endif
81 let &so = s:so_save | let &siso = s:siso_save
82 doautoall SessionLoadPost
83 unlet SessionLoad
84 map <CR> <C-W><Right>i<C-L>make -C b<CR><Esc><C-W><Left>
85 " vim: set ft=vim :