Skip to content

cloudcmd v14.9.0

Compare
Choose a tag to compare
@coderaiser coderaiser released this 14 Aug 16:08
· 597 commits to master since this release

New keys supported in Vim mode:

Was added a couple new abilities of navigation using vim-mode:

  • 🔥 navigate to first file using $;
  • 🔥 navigate to last file using ^;
  • 🔥 navigate to next file using w;
  • 🔥 navigate to previous file using b;

To the existing ones:

  • j and k - next/previous;
  • G and gg first/end file;

feature

  • (key) vim: add ability to navigate to next and previous using w and b
  • (key) vim: add ability to navigate using to first and last file using ^ and $