Daniel Thwaites

Results 47 issues of Daniel Thwaites

Add weights to motions based on the difficulty to understand/use them. For example, `j` would be cheaper than `]]`. There can then be a scale between selecting the shortest path,...

feature

Folds are not transferred to the server. ## Possible Solution This and #42 could be fixed by using `mksession` as part of the transfer. That may also help with #39...

bug

Numbers from 1 to 100 can be used with `%` to jump to percentages of the buffer's total lines. These only need to appear as children of the start node.

feature

Vim freezes for a while when transferring a large file to the server for pathfinding. ## Possible Solution If a buffer is read-only, or unmodified, send only the file path...

bug

In visual-line mode, it doesn't matter where exactly the cursor is as long as it lands on the same line as the target. This can be used to accept shorter...

feature

Sometimes, if pathfinding takes a while, you can forget what motion you did so the suggestion isn't very useful. I originally thought to highlight the positions in the buffer -...

feature

``` aaaaaaaaZaaaaY bbbbbbbbb cccccccccccccccccXc ``` Start from X and go to Y. `2k` ends up on Y. `kk` ends up on Z. Currently `kk` is suggested.

bug

Use `G` along with a count to jump to a specific line, when `&number` is enabled and the line number to jump to is visible on screen.

feature

Allow setting a timeout after which the pathfinder will give up trying to find a path.

feature
performance