This commit is contained in:
Yannick Reiß 2024-03-19 10:28:46 +01:00
parent ce70d6f9b7
commit 4d3800a027
No known key found for this signature in database
GPG Key ID: 5A3AF456F0A0338C
3 changed files with 3 additions and 2 deletions

View File

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

Binary file not shown.

View File

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