diff --git a/.vim/coc-settings.json b/.vim/coc-settings.json deleted file mode 120000 index 426df15..0000000 --- a/.vim/coc-settings.json +++ /dev/null @@ -1 +0,0 @@ -/home/jaandrle/Vzdálené/GitHub/dotfiles/vim/.vim/coc-settings.json \ No newline at end of file diff --git a/.vim/coc-settings.json b/.vim/coc-settings.json new file mode 100644 index 0000000..9fd26d2 --- /dev/null +++ b/.vim/coc-settings.json @@ -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] + } + } + } +} diff --git a/.vim/intro-template.md b/.vim/intro-template.md deleted file mode 120000 index 3885024..0000000 --- a/.vim/intro-template.md +++ /dev/null @@ -1 +0,0 @@ -/home/jaandrle/Vzdálené/GitHub/dotfiles/vim/.vim/intro-template.md \ No newline at end of file diff --git a/.vim/intro-template.md b/.vim/intro-template.md new file mode 100644 index 0000000..29908e1 --- /dev/null +++ b/.vim/intro-template.md @@ -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 +``` + +## Získání nápovědy +- `:help`: Zobrazit nápovědu (nebo také ``, `:help __něco__`, …) +- `:help version8`: Zobrazit informace o této verzi +- `sh\`, `shs`, `shh`: Zobrazit kombinace kláves začínající `\`, `s` a jiné zajímavé + + +## Jak ukončit VIM +- `:q`: Ukončit program/okno (nebo také `:qa`, `ZZ` a `ZQ` … viz `:help write-quit`) +- `:bd`: 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`) + - `e`: *prázdný* + - `p`: *prázdný a vložit text ze systémové schránky* +- `m`: Seznam záložek (viz `:help mark-motions`) +- `c`: Upravit tento soubor +- `P`: Rozbalit poznámky níže + + +## 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/) + + +## Náhodná část z konfiguračního souboru `.vimrc` +```vim %%VIMRC%% +``` + + +nnoremap e :bd +nnoremap p :bdnormal "+p +nnoremap o :ALToldfiles +nnoremap w :call feedkeys(':CLSESSIONload ', 'tn') +nnoremap W :call feedkeys(':CLSESSIONload work_', 'tn') +nnoremap m :marks +nnoremap P /regionza +nnoremap c :e ~/.vim/intro-template.md + diff --git a/Obrázky/Bing Image Of The Day/index_template.html b/Obrázky/Bing Image Of The Day/index_template.html deleted file mode 120000 index 41c14ce..0000000 --- a/Obrázky/Bing Image Of The Day/index_template.html +++ /dev/null @@ -1 +0,0 @@ -/home/jaandrle/Vzdálené/GitHub/dotfiles/KDE Neon/Bing Image Of The Day/index_template.html \ No newline at end of file diff --git a/Obrázky/Bing Image Of The Day/index_template.html b/Obrázky/Bing Image Of The Day/index_template.html new file mode 100644 index 0000000..e511b1d --- /dev/null +++ b/Obrázky/Bing Image Of The Day/index_template.html @@ -0,0 +1,26 @@ + + + + + + + Bing Image Of The Day + + + +
::now::
+ + +