Compare commits
2 Commits
486ae117f8
...
eb7e35a2a9
| Author | SHA1 | Date | |
|---|---|---|---|
| eb7e35a2a9 | |||
| 0ad80463b6 |
@ -13,13 +13,31 @@ if &shortmess =~ 'A'
|
|||||||
else
|
else
|
||||||
set shortmess=aoO
|
set shortmess=aoO
|
||||||
endif
|
endif
|
||||||
badd +27 OT_Emulation_Data_Broker/Endpoint/EndPoint_v2.py
|
badd +387 OT_Emulation_Data_Broker/Endpoint/EndPoint.py
|
||||||
badd +1 OT_Emulation_Data_Broker/Endpoint/Endpoint_Notes.md
|
badd +1 OT_Emulation_Data_Broker/Endpoint_Refactored/Endpoint.py
|
||||||
argglobal
|
argglobal
|
||||||
%argdel
|
%argdel
|
||||||
edit OT_Emulation_Data_Broker/Endpoint/EndPoint_v2.py
|
edit OT_Emulation_Data_Broker/Endpoint/EndPoint.py
|
||||||
|
let s:save_splitbelow = &splitbelow
|
||||||
|
let s:save_splitright = &splitright
|
||||||
|
set splitbelow splitright
|
||||||
|
wincmd _ | wincmd |
|
||||||
|
vsplit
|
||||||
|
1wincmd h
|
||||||
|
wincmd w
|
||||||
|
let &splitbelow = s:save_splitbelow
|
||||||
|
let &splitright = s:save_splitright
|
||||||
|
wincmd t
|
||||||
|
let s:save_winminheight = &winminheight
|
||||||
|
let s:save_winminwidth = &winminwidth
|
||||||
|
set winminheight=0
|
||||||
|
set winheight=1
|
||||||
|
set winminwidth=0
|
||||||
|
set winwidth=1
|
||||||
|
exe 'vert 1resize ' . ((&columns * 94 + 95) / 190)
|
||||||
|
exe 'vert 2resize ' . ((&columns * 95 + 95) / 190)
|
||||||
argglobal
|
argglobal
|
||||||
balt OT_Emulation_Data_Broker/Endpoint/Endpoint_Notes.md
|
balt OT_Emulation_Data_Broker/Endpoint_Refactored/Endpoint.py
|
||||||
setlocal fdm=manual
|
setlocal fdm=manual
|
||||||
setlocal fde=0
|
setlocal fde=0
|
||||||
setlocal fmr={{{,}}}
|
setlocal fmr={{{,}}}
|
||||||
@ -30,12 +48,39 @@ setlocal fdn=20
|
|||||||
setlocal fen
|
setlocal fen
|
||||||
silent! normal! zE
|
silent! normal! zE
|
||||||
let &fdl = &fdl
|
let &fdl = &fdl
|
||||||
let s:l = 27 - ((26 * winheight(0) + 31) / 62)
|
let s:l = 387 - ((29 * winheight(0) + 31) / 62)
|
||||||
if s:l < 1 | let s:l = 1 | endif
|
if s:l < 1 | let s:l = 1 | endif
|
||||||
keepjumps exe s:l
|
keepjumps exe s:l
|
||||||
normal! zt
|
normal! zt
|
||||||
keepjumps 27
|
keepjumps 387
|
||||||
normal! 024|
|
normal! 0
|
||||||
|
wincmd w
|
||||||
|
argglobal
|
||||||
|
if bufexists(fnamemodify("OT_Emulation_Data_Broker/Endpoint_Refactored/Endpoint.py", ":p")) | buffer OT_Emulation_Data_Broker/Endpoint_Refactored/Endpoint.py | else | edit OT_Emulation_Data_Broker/Endpoint_Refactored/Endpoint.py | endif
|
||||||
|
if &buftype ==# 'terminal'
|
||||||
|
silent file OT_Emulation_Data_Broker/Endpoint_Refactored/Endpoint.py
|
||||||
|
endif
|
||||||
|
balt OT_Emulation_Data_Broker/Endpoint/EndPoint.py
|
||||||
|
setlocal fdm=manual
|
||||||
|
setlocal fde=0
|
||||||
|
setlocal fmr={{{,}}}
|
||||||
|
setlocal fdi=#
|
||||||
|
setlocal fdl=0
|
||||||
|
setlocal fml=1
|
||||||
|
setlocal fdn=20
|
||||||
|
setlocal fen
|
||||||
|
silent! normal! zE
|
||||||
|
let &fdl = &fdl
|
||||||
|
let s:l = 1 - ((0 * winheight(0) + 31) / 62)
|
||||||
|
if s:l < 1 | let s:l = 1 | endif
|
||||||
|
keepjumps exe s:l
|
||||||
|
normal! zt
|
||||||
|
keepjumps 1
|
||||||
|
normal! 0
|
||||||
|
wincmd w
|
||||||
|
2wincmd w
|
||||||
|
exe 'vert 1resize ' . ((&columns * 94 + 95) / 190)
|
||||||
|
exe 'vert 2resize ' . ((&columns * 95 + 95) / 190)
|
||||||
tabnext 1
|
tabnext 1
|
||||||
if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
|
if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
|
||||||
silent exe 'bwipe ' . s:wipebuf
|
silent exe 'bwipe ' . s:wipebuf
|
||||||
@ -43,6 +88,8 @@ endif
|
|||||||
unlet! s:wipebuf
|
unlet! s:wipebuf
|
||||||
set winheight=1 winwidth=20
|
set winheight=1 winwidth=20
|
||||||
let &shortmess = s:shortmess_save
|
let &shortmess = s:shortmess_save
|
||||||
|
let &winminheight = s:save_winminheight
|
||||||
|
let &winminwidth = s:save_winminwidth
|
||||||
let s:sx = expand("<sfile>:p:r")."x.vim"
|
let s:sx = expand("<sfile>:p:r")."x.vim"
|
||||||
if filereadable(s:sx)
|
if filereadable(s:sx)
|
||||||
exe "source " . fnameescape(s:sx)
|
exe "source " . fnameescape(s:sx)
|
||||||
|
|||||||
@ -13,17 +13,13 @@ if &shortmess =~ 'A'
|
|||||||
else
|
else
|
||||||
set shortmess=aoO
|
set shortmess=aoO
|
||||||
endif
|
endif
|
||||||
badd +17 ~/.config/nvim/lua/custom/plugins.lua
|
badd +16 ~/.config/nvim/lua/custom/plugins.lua
|
||||||
badd +51 ~/.config/nvim/lua/custom/configs/lspconfig.lua
|
badd +8 ~/.config/nvim/lua/custom/configs/lspconfig.lua
|
||||||
badd +6 custom/configs/rust-tools.lua
|
|
||||||
badd +6 custom/init.lua
|
|
||||||
badd +91 ~/.config/nvim/lua/custom/chadrc.lua
|
|
||||||
badd +7 custom/language_specific_commands/markdown.lua
|
|
||||||
argglobal
|
argglobal
|
||||||
%argdel
|
%argdel
|
||||||
edit custom/init.lua
|
edit ~/.config/nvim/lua/custom/plugins.lua
|
||||||
argglobal
|
argglobal
|
||||||
balt ~/.config/nvim/lua/custom/chadrc.lua
|
balt ~/.config/nvim/lua/custom/configs/lspconfig.lua
|
||||||
setlocal fdm=manual
|
setlocal fdm=manual
|
||||||
setlocal fde=0
|
setlocal fde=0
|
||||||
setlocal fmr={{{,}}}
|
setlocal fmr={{{,}}}
|
||||||
@ -34,12 +30,12 @@ setlocal fdn=20
|
|||||||
setlocal fen
|
setlocal fen
|
||||||
silent! normal! zE
|
silent! normal! zE
|
||||||
let &fdl = &fdl
|
let &fdl = &fdl
|
||||||
let s:l = 6 - ((5 * winheight(0) + 33) / 67)
|
let s:l = 16 - ((15 * winheight(0) + 31) / 62)
|
||||||
if s:l < 1 | let s:l = 1 | endif
|
if s:l < 1 | let s:l = 1 | endif
|
||||||
keepjumps exe s:l
|
keepjumps exe s:l
|
||||||
normal! zt
|
normal! zt
|
||||||
keepjumps 6
|
keepjumps 16
|
||||||
normal! 0
|
normal! 029|
|
||||||
tabnext 1
|
tabnext 1
|
||||||
if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
|
if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
|
||||||
silent exe 'bwipe ' . s:wipebuf
|
silent exe 'bwipe ' . s:wipebuf
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user