Skip to content

Commit 5bb941c

Browse files
committed
deploy: 8f259df
1 parent 0bfa80c commit 5bb941c

36 files changed

Lines changed: 41 additions & 35 deletions

master/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
const path_to_root = "";
3838
const default_light_theme = "colibri";
3939
const default_dark_theme = "colibri";
40-
window.path_to_searchindex_js = "searchindex-67fc3da2.js";
40+
window.path_to_searchindex_js = "searchindex-0ffb91e7.js";
4141
</script>
4242
<!-- Start loading toc.js asap -->
4343
<script src="toc-c295f344.js"></script>

master/building-from-source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
const path_to_root = "";
3737
const default_light_theme = "colibri";
3838
const default_dark_theme = "colibri";
39-
window.path_to_searchindex_js = "searchindex-67fc3da2.js";
39+
window.path_to_searchindex_js = "searchindex-0ffb91e7.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="toc-c295f344.js"></script>

master/command-line.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
const path_to_root = "";
3737
const default_light_theme = "colibri";
3838
const default_dark_theme = "colibri";
39-
window.path_to_searchindex_js = "searchindex-67fc3da2.js";
39+
window.path_to_searchindex_js = "searchindex-0ffb91e7.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="toc-c295f344.js"></script>

master/commands.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
const path_to_root = "";
3737
const default_light_theme = "colibri";
3838
const default_dark_theme = "colibri";
39-
window.path_to_searchindex_js = "searchindex-67fc3da2.js";
39+
window.path_to_searchindex_js = "searchindex-0ffb91e7.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="toc-c295f344.js"></script>
@@ -242,6 +242,9 @@ <h2 id="typable-commands"><a class="header" href="#typable-commands">Typable com
242242
<tr><td><code>:primary-clipboard-paste-replace</code></td><td>Replace selections with content of system primary clipboard.</td></tr>
243243
<tr><td><code>:show-clipboard-provider</code></td><td>Show clipboard provider name in status bar.</td></tr>
244244
<tr><td><code>:change-current-directory</code>, <code>:cd</code></td><td>Change the current working directory.</td></tr>
245+
<tr><td><code>:show-directory-stack</code></td><td>Show the directory stack as a <space> delimited string.</space></td></tr>
246+
<tr><td><code>:push-directory</code>, <code>:pushd</code></td><td>Save and then change the current directory.</td></tr>
247+
<tr><td><code>:pop-directory</code>, <code>:popd</code></td><td>Remove the top entry from the directory stack, and cd to the new top directory..</td></tr>
245248
<tr><td><code>:show-directory</code>, <code>:pwd</code></td><td>Show the current working directory.</td></tr>
246249
<tr><td><code>:encoding</code></td><td>Set encoding. Based on <code>https://encoding.spec.whatwg.org</code>.</td></tr>
247250
<tr><td><code>:character-info</code>, <code>:char</code></td><td>Get info about the character under the primary cursor.</td></tr>

master/configuration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
const path_to_root = "";
3737
const default_light_theme = "colibri";
3838
const default_dark_theme = "colibri";
39-
window.path_to_searchindex_js = "searchindex-67fc3da2.js";
39+
window.path_to_searchindex_js = "searchindex-0ffb91e7.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="toc-c295f344.js"></script>

master/ecosystem.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
const path_to_root = "";
3737
const default_light_theme = "colibri";
3838
const default_dark_theme = "colibri";
39-
window.path_to_searchindex_js = "searchindex-67fc3da2.js";
39+
window.path_to_searchindex_js = "searchindex-0ffb91e7.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="toc-c295f344.js"></script>

master/editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
const path_to_root = "";
3737
const default_light_theme = "colibri";
3838
const default_dark_theme = "colibri";
39-
window.path_to_searchindex_js = "searchindex-67fc3da2.js";
39+
window.path_to_searchindex_js = "searchindex-0ffb91e7.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="toc-c295f344.js"></script>

master/from-vim.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
const path_to_root = "";
3737
const default_light_theme = "colibri";
3838
const default_dark_theme = "colibri";
39-
window.path_to_searchindex_js = "searchindex-67fc3da2.js";
39+
window.path_to_searchindex_js = "searchindex-0ffb91e7.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="toc-c295f344.js"></script>

master/guides/adding_languages.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
const path_to_root = "../";
3737
const default_light_theme = "colibri";
3838
const default_dark_theme = "colibri";
39-
window.path_to_searchindex_js = "../searchindex-67fc3da2.js";
39+
window.path_to_searchindex_js = "../searchindex-0ffb91e7.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-c295f344.js"></script>

master/guides/indent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
const path_to_root = "../";
3737
const default_light_theme = "colibri";
3838
const default_dark_theme = "colibri";
39-
window.path_to_searchindex_js = "../searchindex-67fc3da2.js";
39+
window.path_to_searchindex_js = "../searchindex-0ffb91e7.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-c295f344.js"></script>

0 commit comments

Comments
 (0)