Code Monkey home page Code Monkey logo

vim-fman's Introduction

Vim-fman

fman plugin for vim-like movements and file operations.

Usage

Note: capital letter means shift + [key]

Movements

  • h goes up a directory.
  • l opens the currently selected directory or file.
  • j moves cursor up one
  • k moves cursor down one
  • g move cursor to the top
  • G move cursor to bottom
  • ctrl + d move cursor one page down
  • ctrl + u move cursor one page up
  • ctrl + o move to previous directory
  • ctrl + i move to next directory

Operations

  • a creates and edits a new file
  • A creates a new directory
  • d move the file to trash
  • y copy the file or directory under the cursor
  • p paste the file or directory in current directory
  • P paste the file or directory in current directory and remove the original file(paste-cut)
  • r rename the file or directory
  • m move the file or directory
  • v toggle selection
  • o open the file or directory with specific application, p.s. this can be used to open the folder in VScode, terminal, iterm, sublime text, or potentially anything else.

Miscellaneous

  • Y copy the path of current file to the clipboard
  • ctrl + l open current directory or the directory under the cursor in right panel
  • ctrl + h open current directory or the directory under the cursor in left panel

This is inspired by VimNavigation plugin for fman.

Installation

Install with fman's built-in command for installing plugins.

Problems

Note that filter on type function of fman will be interfered by this plugin. You can consider using FuzzySearchFilesInCurrentFolder instead to search files in current folder.

vim-fman's People

Contributors

albert-ying avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

veirus

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.