This commit is contained in:
2024-03-19 10:28:46 +01:00
parent ce70d6f9b7
commit 4d3800a027
3 changed files with 3 additions and 2 deletions

View File

@@ -351,3 +351,4 @@ Instagram
Tablet
Abschwington
BerndDasBot
Frameworks

Binary file not shown.

View File

@@ -8,7 +8,7 @@ colorscheme slate
" open builtin terminal
function OpenTerm()
10 split
20 split
terminal
endfunction
nnoremap <C-t> :call OpenTerm()<CR>
@@ -34,7 +34,7 @@ nnoremap <M-g> :call Litde()<CR>
" Theme
nnoremap <M-+> :colo tokyonight-day<CR>
nnoremap <M--> :colo vim-monokai-tasty<CR>
nnoremap <M--> :colo tokyonight-storm<CR>
" Try transparent nvim
" highlight Normal guibg=none