Skip to content

Commit

Permalink
any-jump 0.6 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
pechorin authored Oct 28, 2022
1 parent 15e12ca commit 6ec5f8a
Show file tree
Hide file tree
Showing 14 changed files with 955 additions and 325 deletions.
97 changes: 53 additions & 44 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ With `:AnyJumpArg myKeyword` command you can manually write what you want to be

- **keyword references/usages**: find files where keyword used and referenced

## version 1.0 roadmap

- [ ] paths priorities for better search results
- [ ] [nvim] ability to jump through preview text (and another keyword)
- [ ] show latest N search keywords in popup to save jumping history
- [ ] ctags support
- [ ] basic refactoring support

## Keybindings

Default global mappings for normal and visual modes:
Expand Down Expand Up @@ -221,60 +213,77 @@ Where are also `PmenuSel`, `PmenuSbar`, `PmenuThumb` groups for configuring.

## Supported languages

- ruby
- elixir
- apex
- c++
- clojure
- coffeescript
- commonlisp
- coq
- crystal
- rust
- csharp
- dart
- elisp
- elixir
- erlang
- faust
- fennel
- fortran
- fsharp
- go
- groovy
- haskell
- hcl
- java
- javascript
- typescript
- scala
- julia
- kotlin
- php
- protobuf
- scss
- fsharp
- c++
- coffeescript
- go
- lua
- matlab
- nim
- scad
- elisp
- nix
- clojure
- coq
- systemverilog
- objc
- ocaml
- pascal
- perl
- php
- protobuf
- python
- r
- racket
- vhdl
- ruby
- rust
- scad
- scala
- scheme
- r
- sql
- faust
- vala
- matlab
- python
- pascal
- tex
- swift
- scss
- shell
- perl
- csharp
- commonlisp
- ocaml
- erlang
- julia
- sml
- groovy
- dart
- fortran
- solidity
- sql
- swift
- systemverilog
- tcl
- tex
- typescript
- vala
- vhdl
- zig

## Original idea

Comes from dumb-jump.el emacs package

## Development

### Lang generator

You need ruby to run generator script which actually download language map, parse, extract data and then generate vim representation:

```bash
cd generator
bundle exec rake update
```

## Issues and contributions

Please open issue on any question / problem / feedback / idea.
Expand Down
Loading

0 comments on commit 6ec5f8a

Please sign in to comment.