golf VS dotfiles

Compare golf vs dotfiles and see what are their differences.

golf

Some vimgolfs challenges and along with Kakoune solutions (by mawww)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
golf dotfiles
3 2
118 183
- -
9.2 6.5
about 2 months ago 29 days ago
Shell Shell
The Unlicense MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

golf

Posts with mentions or reviews of golf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-21.
  • Why Kakoune
    9 projects | news.ycombinator.com | 21 Sep 2023
    I'd probably use Helix if it had 1:1 Kakoune keybindings. Or even Vim bindings.

    Vim bindings are not the most consistent, but they are ubiquitous. Every program that offers Vim mode has very similar keymap. If modal text editor deviates from them, it better be for good reason.

    Kakoune bindings are very different from Vim, but they are provably and objectively [1] better, so that's fine. They are also more consistent and there is a clear idea behind the whole design. It's written down in documentation. You might prefer Vim or Emacs, but at least you can see that changes from well known Vim scheme are not made at whim.

    Helix keymap feels like it was improvised without any thought behind it. „Let's take Kakoune binds and add back visual mode cuz I feel like it.” Currently, they are designed by committee in this GitHub issue[2]. I don't see any design notes and explanations why should I spend time learning Helix keymap.

    [1]: https://github.com/mawww/golf

  • Is there objective data on the "most efficient" modal editor?
    1 project | /r/neovim | 8 Sep 2023
    People claim that their new(er) modal text editor is better/faster/requires fewer keystrokes than vi/vim/neovim, but I have yet to see some clear, objective, concrete data to back these claims up (like a benchmark of the editors for the same tasks). Is there anything of this sort? I know there's this, but it's only about kakoune/vim and it seems a little biased.
  • Kakoune Code Editor
    16 projects | news.ycombinator.com | 17 Jan 2022
    Judging by https://github.com/mawww/golf kakoune is capable of completing the majority of the same editing tasks as vim in a very similar amount of keystrokes. The main advantage of multiple selections is that you can see which text you will operate on ahead of time, rather than having to first select which operation you want (delete/yank/change/etc) and then which text it will affect. I think pointing out that vim's selections aren't as capable as kakoune's is a fair response, and saying that you can accomplish similar things without selections is a bit of a deflection.

dotfiles

Posts with mentions or reviews of dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-21.
  • Why Kakoune
    9 projects | news.ycombinator.com | 21 Sep 2023
    I use NeoVim. I used Vim previously and just know the built in basics very well.

    NeoVim incorporating Lua as a first class language has allowed plugin authors to build plugins that are faster and better than plugins for Vim written in VimScript (or other languages like python/typescript which are much slower).

    There is a strong community for neovim on reddit, youtube, etc and plugin authors do a nice job of building tools that work with each other.

    Setting it up I agree is a pain, but once done its very little maintenance/work. Even when I've had to 'redo' my setup (eg swithing package managers like vim plug to packer to lazy) its been easy and under 15 or so minutes.

    I edit minor things in my config every few months. Everything flows quite nicely now and breaking changes are far less common than they used to be (at least among the plugins I use).

    My vim config if you're curious (along with the rest of my dotfiles): https://github.com/sbernheim4/dotfiles/tree/master/vim

  • Neovim/LSP skeleton
    2 projects | /r/neovim | 30 Jun 2021
    Mine's not very bare bones, but its also not massive. I like to think it's decently set up and readable. Hopefully its possible for you to use some parts: https://github.com/sbernheim4/dotfiles

What are some alternatives?

When comparing golf and dotfiles you can also consider the following projects:

nvim-config

symflower-kakoune - Unit test generation for the Kakoune editor with Symflower

kakoune-wakatime - WakaTime! For Kakoune! Yay!

one.kak - Atom "One" color schemes for Kakoune.

helix - A post-modern modal text editor.

kakoune-easymotion - kakoune plugin for navigating like the easymotion vim mode

incsearch.vim - :flashlight: Improved incremental searching for Vim

helix - A post-modern modal text editor.

tabs.kak - Kakoune buffers as tabs in the status line.