Skip to content

Commit

Permalink
🔨refactor:
Browse files Browse the repository at this point in the history
  • Loading branch information
utubo committed Dec 3, 2024
1 parent cba7f20 commit 50bd5a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/.vim/autoload/vimrc/lazyload.src.vim
Original file line number Diff line number Diff line change
Expand Up @@ -381,12 +381,12 @@ nnoremap <script> <C-g> <ScriptCmd>ShowBufInfo()<CR>
# Tabline {{{
set tabline=%!vimrc#tabline#MyTabline()
set showtabline=0
def TabNP(t: string)
def ShowTab(t: string)
set showtabline=1
execute $'normal! g{t}'
au SafeState * ++once au CursorMoved * ++once set showtabline=0
enddef
Each t,T nmap g{} <SID>(tab){}|nmap <SID>(tab){} <ScriptCmd>TabNP('{}')<CR><SID>(tab)
Each t,T nmap g{} <SID>(tab){}|nmap <SID>(tab){} <ScriptCmd>ShowTab('{}')<CR><SID>(tab)
#}}}

# ------------------------------------------------------
Expand Down

0 comments on commit 50bd5a9

Please sign in to comment.