⚡ Update missing linked files
This commit is contained in:
parent
4dfa0bbe38
commit
f0c5a69b94
@ -1 +0,0 @@
|
||||
/home/jaandrle/Vzdálené/GitHub/dotfiles/vim/.vim/coc-settings.json
|
30
.vim/coc-settings.json
Normal file
30
.vim/coc-settings.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"workspace.rootPatterns": [ ".git", ".vscode" ],
|
||||
"coc.preferences.formatOnType": false,
|
||||
"diagnostic.separateRelatedInformationAsDiagnostics": true,
|
||||
"diagnostic.errorSign": "┅",
|
||||
"diagnostic.warningSign": "┉",
|
||||
"diagnostic.infoSign": "┄",
|
||||
"diagnostic.hintSign": "·",
|
||||
"javascript.showUnused": true,
|
||||
"coc.source.emoji.filetypes": [ "markdown", "magit", "gitcommit" ],
|
||||
"html.filetypes": [ "html", "handlebars", "htmldjango", "blade", "liquid" ],
|
||||
"html.autoClosingTags": false,
|
||||
"html.autoCreateQuotes": false,
|
||||
"javascript.preferences.quoteStyle": "double",
|
||||
"javascript.preferences.importModuleSpecifierEnding": "js",
|
||||
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
|
||||
"___eslint.options": {
|
||||
"overrideConfig":{
|
||||
"extends": [
|
||||
"eslint:recommended"
|
||||
],
|
||||
"rules": {
|
||||
"no-use-before-define": ["error", "nofunc"],
|
||||
"max-params": ["error", 4],
|
||||
"max-depth": ["error", 4],
|
||||
"complexity": ["error", 15]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1 +0,0 @@
|
||||
/home/jaandrle/Vzdálené/GitHub/dotfiles/vim/.vim/intro-template.md
|
51
.vim/intro-template.md
Normal file
51
.vim/intro-template.md
Normal file
@ -0,0 +1,51 @@
|
||||
```
|
||||
%%VERSION%%
|
||||
|
||||
Autor: Bram Moolenaar a další
|
||||
Modified by team+vim@tracker.debian.org
|
||||
Vim je volně šiřitelný program s otevřeným zdrojovým kódem
|
||||
|
||||
Pomozte chudým dětem v Ugandě!
|
||||
podrobnější informace získáte pomocí :help iccf<Enter>
|
||||
```
|
||||
|
||||
## Získání nápovědy
|
||||
- `:help<Enter>`: Zobrazit nápovědu (nebo také `<F1>`, `:help __něco__<Enter>`, …)
|
||||
- `:help version8<Enter>`: Zobrazit informace o této verzi
|
||||
- `sh\`, `shs`, `shh<Enter>`: Zobrazit kombinace kláves začínající `\`, `s` a jiné zajímavé
|
||||
|
||||
|
||||
## Jak ukončit VIM
|
||||
- `:q<Enter>`: Ukončit program/okno (nebo také `:qa<Enter>`, `ZZ` a `ZQ` … viz `:help write-quit`)
|
||||
- `:bd<Enter>`: Zavřít soubor (tzv. „buffer”)
|
||||
|
||||
|
||||
## Rychlá navigace na této stránce
|
||||
- `w`: Otevřít *sezení* (viz `:CLsessionLoad`), `W` zkratka pro vyfiltrování jen pracovních
|
||||
- Otevřít soubor:
|
||||
- `o`: *dříve otevřený* (viz `:help oldfiles<Enter>`)
|
||||
- `e`: *prázdný*
|
||||
- `p`: *prázdný a vložit text ze systémové schránky*
|
||||
- `m`: Seznam záložek (viz `:help mark-motions<Enter>`)
|
||||
- `c`: Upravit tento soubor
|
||||
- `P`: Rozbalit poznámky níže
|
||||
|
||||
<!--region Poznámky -->
|
||||
## Poznámky
|
||||
- `:help 'suffixesadd'` [gf (goto file) doesn't work in PHP file : vim](https://www.reddit.com/r/vim/comments/t8o0bw/gf_goto_file_doesnt_work_in_php_file/)
|
||||
<!--endregion-->
|
||||
|
||||
## Náhodná část z konfiguračního souboru `.vimrc`
|
||||
```vim %%VIMRC%%
|
||||
```
|
||||
|
||||
<!--region Mapování -->
|
||||
nnoremap <buffer><silent> e :bd<cr>
|
||||
nnoremap <buffer><silent> p :bd<bar>normal "+p<cr>
|
||||
nnoremap <buffer><silent> o :ALToldfiles<cr>
|
||||
nnoremap <buffer> w :call feedkeys(':CLSESSIONload ', 'tn')<cr>
|
||||
nnoremap <buffer> W :call feedkeys(':CLSESSIONload work_', 'tn')<cr>
|
||||
nnoremap <buffer><silent> m :marks<cr>
|
||||
nnoremap <buffer> P /region<cr>za
|
||||
nnoremap <buffer><silent> c :e ~/.vim/intro-template.md<cr>
|
||||
<!--endregion-->
|
@ -1 +0,0 @@
|
||||
/home/jaandrle/Vzdálené/GitHub/dotfiles/KDE Neon/Bing Image Of The Day/index_template.html
|
26
Obrázky/Bing Image Of The Day/index_template.html
Normal file
26
Obrázky/Bing Image Of The Day/index_template.html
Normal file
@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Bing Image Of The Day</title>
|
||||
<style>
|
||||
body{ display: flex; flex-flow: row nowrap;
|
||||
width: 100vw; height: 100vh; overflow: hidden; margin: 0;
|
||||
}
|
||||
div{ position: relative; flex: 1; }
|
||||
img{ height: 100%; width: 100%; object-fit: contain; }
|
||||
.detail{ position: absolute; bottom: 0; left: 0; padding: .5rem 1rem;
|
||||
text-align: center; background: rgba(0, 0, 0, .35); color: whitesmoke; }
|
||||
.prev .detail{ left: initial; right: 0; }
|
||||
@media screen and (max-aspect-ratio: 16/9){
|
||||
.prev{display: none;}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="now"> <img src="now.jpg"> <div class="detail">::now::</div> </div>
|
||||
<div class="prev"> <img src="prev.jpg"> <div class="detail">::prev::</div> </div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user