Giter Club home page Giter Club logo

brackets-vimderbar's Introduction

Vimderbar

(a play on the German word wunderbar) is an extension meant to bring vim-like functionality to Brackets.

""

All of the Vim keymapping is from CodeMirror's keymap/vim.js.

Installing Vimderbar

  1. In the Brackets menu bar, choose File > Extension Manager... (or click on the "brick" icon in the sidebar to the right).
  2. Click the Available tab and search for Vimderbar. Click Install.
  3. Enable Vimderbar via the Brackets menu with View > Enable Vimderbar.

Configuration

Keybindings

Command Mode History

  • Default history is per-project, enable common history in Brackets preferences with vimderbar.commonHistory = true

Features

  • :vs, :sp and :on hook Brackets split screen functionality.
  • Basic vim keybindings (hjkl, yy, dd, p, P, o, O, gg, G, etc).
  • Very basic : commands. :w saves, :q closes the document or the inline editor in focus, and :e opens the "Navigate > Quick Open" menu.
  • :bp and :bn implemented for open files, but Document order is different than what is shown in Working Files (uses)
  • Inline editor support, Esc closes inline editor when in Normal mode.
  • Use :clearHistory to reset current history.

Limitations

  • Command Mode doesn't support chained commands (no :wq).
  • Can't perform complex commands (like :1,8d).

License

See LICENSE.txt

Changelog

0.8.0

  • fix esc key handling code to work with Brackets 1.2 preview (Issue #36)
  • reorganize modules and file tree
  • refactor event handling and initialization
  • fix deprecated event syntax

0.7.2

  • removed some bad console output
  • cleanup README

0.7.1

  • changed Vimderbar enable command to 'view.enableVimderbar'
  • cleaned up enable/disable logic and editor switching logic
  • added css to override CodeMirror default colors

Contributing

Please do, by all means, hack on this extension and send me PRs. For coding conventions, review the Brackets Coding Conventions.

Thanks!

brackets-vimderbar's People

Contributors

urlysses avatar daveosborne avatar fontface avatar neojski avatar hugoruscitti avatar

Watchers

James Cloos avatar Damian McNulty avatar

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.