Publish html
This commit is contained in:
141
docs/vim.html
141
docs/vim.html
@@ -4,7 +4,7 @@
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2020-01-11 sam. 22:20 -->
|
||||
<!-- 2020-04-05 dim. 11:29 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Vim Config</title>
|
||||
@@ -201,50 +201,28 @@
|
||||
<script type="text/javascript" src="./js/jquery.stickytableheaders.min.js"></script>
|
||||
<script type="text/javascript" src="./js/readtheorg.js"></script>
|
||||
<script type="text/javascript">
|
||||
/*
|
||||
@licstart The following is the entire license notice for the
|
||||
JavaScript code in this tag.
|
||||
|
||||
Copyright (C) 2012-2020 Free Software Foundation, Inc.
|
||||
|
||||
The JavaScript code in this tag is free software: you can
|
||||
redistribute it and/or modify it under the terms of the GNU
|
||||
General Public License (GNU GPL) as published by the Free Software
|
||||
Foundation, either version 3 of the License, or (at your option)
|
||||
any later version. The code is distributed WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
|
||||
|
||||
As additional permission under GNU GPL version 3 section 7, you
|
||||
may distribute non-source (e.g., minimized or compacted) forms of
|
||||
that code without the copy of the GNU GPL normally required by
|
||||
section 4, provided you include this license notice and a URL
|
||||
through which recipients can access the Corresponding Source.
|
||||
|
||||
|
||||
@licend The above is the entire license notice
|
||||
for the JavaScript code in this tag.
|
||||
*/
|
||||
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
|
||||
<!--/*--><![CDATA[/*><!--*/
|
||||
function CodeHighlightOn(elem, id)
|
||||
{
|
||||
var target = document.getElementById(id);
|
||||
if(null != target) {
|
||||
elem.cacheClassElem = elem.className;
|
||||
elem.cacheClassTarget = target.className;
|
||||
target.className = "code-highlighted";
|
||||
elem.className = "code-highlighted";
|
||||
}
|
||||
}
|
||||
function CodeHighlightOff(elem, id)
|
||||
{
|
||||
var target = document.getElementById(id);
|
||||
if(elem.cacheClassElem)
|
||||
elem.className = elem.cacheClassElem;
|
||||
if(elem.cacheClassTarget)
|
||||
target.className = elem.cacheClassTarget;
|
||||
}
|
||||
/*]]>*///-->
|
||||
function CodeHighlightOn(elem, id)
|
||||
{
|
||||
var target = document.getElementById(id);
|
||||
if(null != target) {
|
||||
elem.cacheClassElem = elem.className;
|
||||
elem.cacheClassTarget = target.className;
|
||||
target.className = "code-highlighted";
|
||||
elem.className = "code-highlighted";
|
||||
}
|
||||
}
|
||||
function CodeHighlightOff(elem, id)
|
||||
{
|
||||
var target = document.getElementById(id);
|
||||
if(elem.cacheClassElem)
|
||||
elem.className = elem.cacheClassElem;
|
||||
if(elem.cacheClassTarget)
|
||||
target.className = elem.cacheClassTarget;
|
||||
}
|
||||
/*]]>*///-->
|
||||
// @license-end
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
@@ -276,8 +254,8 @@ for the JavaScript code in this tag.
|
||||
<li><a href="#org74ef746">Tmux</a></li>
|
||||
<li><a href="#org824d2ab">Syntax</a></li>
|
||||
<li><a href="#orgf340ea7">Markdown</a></li>
|
||||
<li><a href="#org78d7d3a">LaTeX</a></li>
|
||||
<li><a href="#org7eb0377">Matlab</a></li>
|
||||
<li><a href="#org2855dff">LaTeX</a></li>
|
||||
<li><a href="#org26daa75">Matlab</a></li>
|
||||
<li><a href="#org97199a9">Org Mode</a></li>
|
||||
<li><a href="#orgdc1ffed">Others / To test</a></li>
|
||||
<li><a href="#org9dadb1b">Plug End</a></li>
|
||||
@@ -311,15 +289,15 @@ for the JavaScript code in this tag.
|
||||
</li>
|
||||
<li><a href="#org9efbaf9">Filetypes</a>
|
||||
<ul>
|
||||
<li><a href="#orgaa90e5a">Vim Which Key</a></li>
|
||||
<li><a href="#org17185dd">Vim Which Key</a></li>
|
||||
<li><a href="#org3fe94b3">Mails</a></li>
|
||||
<li><a href="#org6672ae9">MarkDown</a></li>
|
||||
<li><a href="#org2855dff">LaTeX</a></li>
|
||||
<li><a href="#orgd42161f">LaTeX</a></li>
|
||||
<li><a href="#orgdbd486b">Arduino</a></li>
|
||||
<li><a href="#orgf0c3730">Python</a></li>
|
||||
<li><a href="#org26daa75">Matlab</a></li>
|
||||
<li><a href="#orgf35353b">Matlab</a></li>
|
||||
<li><a href="#org8951ba1">Sage</a></li>
|
||||
<li><a href="#org1cbea57">Save Which Key Configuration</a></li>
|
||||
<li><a href="#org63ebf9d">Save Which Key Configuration</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#org48e4b16">Plugins Config</a>
|
||||
@@ -348,7 +326,7 @@ for the JavaScript code in this tag.
|
||||
</li>
|
||||
<li><a href="#org75b0074">Bindings</a>
|
||||
<ul>
|
||||
<li><a href="#org17185dd">Vim Which Key</a></li>
|
||||
<li><a href="#org4c8e0af">Vim Which Key</a></li>
|
||||
<li><a href="#orgac7157e">Direct ones</a></li>
|
||||
<li><a href="#orgb41f651">Quit</a></li>
|
||||
<li><a href="#org9159c40">Files</a></li>
|
||||
@@ -359,12 +337,12 @@ for the JavaScript code in this tag.
|
||||
<li><a href="#org512741f">Check Spell</a></li>
|
||||
<li><a href="#orga3f84f4">Make</a></li>
|
||||
<li><a href="#orgafc2d25">Search</a></li>
|
||||
<li><a href="#org17121de"><span class="todo TODO">TODO</span> - GIT</a></li>
|
||||
<li><a href="#org090f24d">GIT</a></li>
|
||||
<li><a href="#orgfb0a00a">Errors</a></li>
|
||||
<li><a href="#org2e47a1e">Text</a></li>
|
||||
<li><a href="#org7ee13d9">Config</a></li>
|
||||
<li><a href="#org480d260">Insert</a></li>
|
||||
<li><a href="#org63ebf9d">Save Which Key Configuration</a></li>
|
||||
<li><a href="#org27ccd54">Save Which Key Configuration</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -508,7 +486,6 @@ Plug 'junegunn/goyo.vim' " Distraction-free writing in Vim
|
||||
<div class="outline-text-3" id="text-org4b93f38">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-vimrc">Plug 'SirVer/ultisnips' " The ultimate snippet solution for Vim
|
||||
" TODO Alternative https://github.com/Shougo/neosnippet.vim
|
||||
Plug 'honza/vim-snippets' " Vim-snipmate default snippets
|
||||
</pre>
|
||||
</div>
|
||||
@@ -577,9 +554,9 @@ Plug 'nelstrom/vim-markdown-folding' " Fold markdown
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org78d7d3a" class="outline-3">
|
||||
<h3 id="org78d7d3a">LaTeX</h3>
|
||||
<div class="outline-text-3" id="text-org78d7d3a">
|
||||
<div id="outline-container-org2855dff" class="outline-3">
|
||||
<h3 id="org2855dff">LaTeX</h3>
|
||||
<div class="outline-text-3" id="text-org2855dff">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-vimrc">Plug 'lervag/vimtex', { 'for': 'tex' } " A modern vim plugin for editing LaTeX files.
|
||||
</pre>
|
||||
@@ -587,9 +564,9 @@ Plug 'nelstrom/vim-markdown-folding' " Fold markdown
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org7eb0377" class="outline-3">
|
||||
<h3 id="org7eb0377">Matlab</h3>
|
||||
<div class="outline-text-3" id="text-org7eb0377">
|
||||
<div id="outline-container-org26daa75" class="outline-3">
|
||||
<h3 id="org26daa75">Matlab</h3>
|
||||
<div class="outline-text-3" id="text-org26daa75">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-vimrc">Plug 'tdehaeze/matlab-vim', { 'for': 'matlab' } " Edit Matlab M-files in Vim editor
|
||||
Plug 'djoshea/vim-matlab-fold', { 'for': 'matlab' } " Vim code folding for Matlab files
|
||||
@@ -1121,9 +1098,9 @@ snoremap <C-K> <Esc>b[sviw<C-G>
|
||||
<h2 id="org9efbaf9">Filetypes</h2>
|
||||
<div class="outline-text-2" id="text-org9efbaf9">
|
||||
</div>
|
||||
<div id="outline-container-orgaa90e5a" class="outline-3">
|
||||
<h3 id="orgaa90e5a">Vim Which Key</h3>
|
||||
<div class="outline-text-3" id="text-orgaa90e5a">
|
||||
<div id="outline-container-org17185dd" class="outline-3">
|
||||
<h3 id="org17185dd">Vim Which Key</h3>
|
||||
<div class="outline-text-3" id="text-org17185dd">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-vimrc">nnoremap <silent> <localleader> :<c-u>WhichKey ','<CR>
|
||||
|
||||
@@ -1153,9 +1130,9 @@ au BufRead,BufNewFile *.md setlocal spell spelllang=fr,en
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org2855dff" class="outline-3">
|
||||
<h3 id="org2855dff">LaTeX</h3>
|
||||
<div class="outline-text-3" id="text-org2855dff">
|
||||
<div id="outline-container-orgd42161f" class="outline-3">
|
||||
<h3 id="orgd42161f">LaTeX</h3>
|
||||
<div class="outline-text-3" id="text-orgd42161f">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-vimrc">" TODO : améliorer ça
|
||||
au BufRead,BufNewFile *.tikz set filetype=tex
|
||||
@@ -1243,9 +1220,9 @@ au FileType python nmap <buffer> <localleader>c :SlimeSend0('cd '.ex
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org26daa75" class="outline-3">
|
||||
<h3 id="org26daa75">Matlab</h3>
|
||||
<div class="outline-text-3" id="text-org26daa75">
|
||||
<div id="outline-container-orgf35353b" class="outline-3">
|
||||
<h3 id="orgf35353b">Matlab</h3>
|
||||
<div class="outline-text-3" id="text-orgf35353b">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-vimrc">" TODO Run Section (delimited by %%)
|
||||
au FileType matlab nmap <buffer> <localleader>mm <Plug>SlimeParagraphSend
|
||||
@@ -1304,9 +1281,9 @@ au FileType sage.python vmap <buffer> <localleader><localleader&g
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org1cbea57" class="outline-3">
|
||||
<h3 id="org1cbea57">Save Which Key Configuration</h3>
|
||||
<div class="outline-text-3" id="text-org1cbea57">
|
||||
<div id="outline-container-org63ebf9d" class="outline-3">
|
||||
<h3 id="org63ebf9d">Save Which Key Configuration</h3>
|
||||
<div class="outline-text-3" id="text-org63ebf9d">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-vimrc">call which_key#register(',', "g:which_key_map_local")
|
||||
</pre>
|
||||
@@ -1684,9 +1661,9 @@ let g:EditorConfig_exclude_patterns = ['fugitive://.*']
|
||||
<h2 id="org75b0074">Bindings</h2>
|
||||
<div class="outline-text-2" id="text-org75b0074">
|
||||
</div>
|
||||
<div id="outline-container-org17185dd" class="outline-3">
|
||||
<h3 id="org17185dd">Vim Which Key</h3>
|
||||
<div class="outline-text-3" id="text-org17185dd">
|
||||
<div id="outline-container-org4c8e0af" class="outline-3">
|
||||
<h3 id="org4c8e0af">Vim Which Key</h3>
|
||||
<div class="outline-text-3" id="text-org4c8e0af">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-vimrc">nnoremap <silent> <leader> :WhichKey '<Space>'<cr>
|
||||
|
||||
@@ -2051,9 +2028,9 @@ let g:which_key_map.s.t = 'search-todos'
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org17121de" class="outline-3">
|
||||
<h3 id="org17121de"><span class="todo TODO">TODO</span> - GIT</h3>
|
||||
<div class="outline-text-3" id="text-org17121de">
|
||||
<div id="outline-container-org090f24d" class="outline-3">
|
||||
<h3 id="org090f24d">GIT</h3>
|
||||
<div class="outline-text-3" id="text-org090f24d">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-vimrc">let g:which_key_map.g = { 'name' : '+git' }
|
||||
|
||||
@@ -2282,9 +2259,9 @@ let g:which_key_map.i.s = 'insert-snippet'
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org63ebf9d" class="outline-3">
|
||||
<h3 id="org63ebf9d">Save Which Key Configuration</h3>
|
||||
<div class="outline-text-3" id="text-org63ebf9d">
|
||||
<div id="outline-container-org27ccd54" class="outline-3">
|
||||
<h3 id="org27ccd54">Save Which Key Configuration</h3>
|
||||
<div class="outline-text-3" id="text-org27ccd54">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-vimrc">call which_key#register('<Space>', "g:which_key_map")
|
||||
</pre>
|
||||
@@ -2295,7 +2272,7 @@ let g:which_key_map.i.s = 'insert-snippet'
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: Dehaeze Thomas</p>
|
||||
<p class="date">Created: 2020-01-11 sam. 22:20</p>
|
||||
<p class="date">Created: 2020-04-05 dim. 11:29</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user