<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sean Aubin</title>
    <description>The latest articles on DEV Community by Sean Aubin (@seanny123).</description>
    <link>https://dev.to/seanny123</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F319477%2F28ebd6ef-f498-45d0-a180-bb1da75b7148.png</url>
      <title>DEV Community: Sean Aubin</title>
      <link>https://dev.to/seanny123</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/seanny123"/>
    <language>en</language>
    <item>
      <title>Levelling Up Vscode text editing shortcuts?</title>
      <dc:creator>Sean Aubin</dc:creator>
      <pubDate>Sun, 03 Jan 2021 17:19:16 +0000</pubDate>
      <link>https://dev.to/seanny123/levelling-up-vscode-text-editing-shortcuts-4n2h</link>
      <guid>https://dev.to/seanny123/levelling-up-vscode-text-editing-shortcuts-4n2h</guid>
      <description>&lt;h1&gt;
  
  
  Summary
&lt;/h1&gt;

&lt;p&gt;If you're an intermediate developer happy with basic Vscode functionality, where does one look for non-default keyboard shortcuts for text editing? Where should I look for inspiration?&lt;/p&gt;

&lt;h1&gt;
  
  
  Background
&lt;/h1&gt;

&lt;p&gt;Around twice a year I contemplate learning more text editing shortcuts. Usually, this is triggered by:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;People documenting their journey through various editors, such as &lt;a href="https://thume.ca/2017/03/04/my-text-editor-journey-vim-spacemacs-atom-and-sublime-text/" rel="noopener noreferrer"&gt;Tristan Hume&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;People I admire (&lt;a href="https://youtu.be/GrnBXhsr0ng" rel="noopener noreferrer"&gt;Gary Bernhardt&lt;/a&gt;, &lt;a href="https://vimeo.com/andrewrk" rel="noopener noreferrer"&gt;Andrew Kelley&lt;/a&gt;) using alternative editors (Vim, Emacs, Spacemacs... etc.) effectively in demos&lt;/li&gt;
&lt;li&gt;New editors, &lt;a href="https://twitter.com/ifazk/status/1296622965438595078?s=20" rel="noopener noreferrer"&gt;such as Onivim2&lt;/a&gt;, promising the power of Vim with the usability of Vscode.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Currently, I'm happily using Visual Studio Code to develop Python and have no desire to switch to a terminal-based editor. I like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Pretty menus&lt;/li&gt;
&lt;li&gt;Being able to click on things&lt;/li&gt;
&lt;li&gt;Minimizing time spent configuring/tweaking&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;However, I'd like to upgrade my text-editing keyboard-shortcuts slightly to enable functionality like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Deleting the previous/next word&lt;/li&gt;
&lt;li&gt;Cut a whole function definition for pasting someplace else&lt;/li&gt;
&lt;li&gt;Other functions I haven't thought of?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I've looked into various Vscode plugins, such as Vscode Spacemacs, but they intimidate me with their breadth of functionality. I've also failed on three separate occasions to learn Vim, so I'm hesitant to enable Vim keybindings.&lt;/p&gt;

</description>
      <category>question</category>
      <category>vscode</category>
    </item>
  </channel>
</rss>
