evil-commands.html 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="generator" content="pandoc" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
  7. <meta name="author" content="Zera Zelix" />
  8. <title>Dired commands Evil Commands + Emacs Utilities</title>
  9. <style>
  10. code{white-space: pre-wrap;}
  11. span.smallcaps{font-variant: small-caps;}
  12. span.underline{text-decoration: underline;}
  13. div.column{display: inline-block; vertical-align: top; width: 50%;}
  14. div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
  15. ul.task-list{list-style: none;}
  16. .display.math{display: block; text-align: center; margin: 0.5rem auto;}
  17. </style>
  18. <link rel="stylesheet" href="C:\SGZ_Pro\Hobbys\Writing\Org\pages\blog\styles.css" />
  19. <!--[if lt IE 9]>
  20. <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
  21. <![endif]-->
  22. <link rel="stylesheet" type="text/css" href="styles.css" />
  23. </head>
  24. <body>
  25. <header id="title-block-header">
  26. <h1 class="title">Dired commands Evil Commands + Emacs Utilities</h1>
  27. <p class="author">Zera Zelix</p>
  28. <p class="date">2021-12-11 Friday</p>
  29. </header>
  30. <h1 id="dired">Dired</h1>
  31. <h2 id="copy">Copy</h2>
  32. <p>C</p>
  33. <h2 id="renamemove">Rename/Move</h2>
  34. <p>R</p>
  35. <h2 id="delete">Delete</h2>
  36. <p>D + x</p>
  37. <h2 id="select">Select</h2>
  38. <p>m</p>
  39. <h2 id="deselect">Deselect</h2>
  40. <p>u</p>
  41. <h1 id="pdf">PDF</h1>
  42. <h2 id="down">Down</h2>
  43. <p>C-j</p>
  44. <h2 id="up">Up</h2>
  45. <p>C-k</p>
  46. <h2 id="specific-page">Specific page</h2>
  47. <p>J</p>
  48. <h2 id="zoom-in">Zoom in</h2>
  49. <p>C-x + C-+</p>
  50. <h2 id="zoom-out">Zoom out</h2>
  51. <p><code class="verbatim">C-x</code> + <code class="verbatim">C--</code></p>
  52. <h1 id="eww">EWW</h1>
  53. <h2 id="do-a-search">Do a search</h2>
  54. <p>M-x eww</p>
  55. <h2 id="click-a-link">Click a link</h2>
  56. <p>RET</p>
  57. <h2 id="go-back">Go back</h2>
  58. <p>Backspace</p>
  59. </body>
  60. </html>