Darren Schroeder

Results 2076 comments of Darren Schroeder

@dandavison How can you tell if it's exiting with SIGINT? or are you just saying it doesn't respond to Ctrl-C?

hmmm, i don't have a problem with less 590 responding to q with your example.

> The built-in menu for history is bad. That's a little insulting.

@unrelentingtech I've been wanting a commandline type command for a while now. I think it could unlock a new level of cool.

The new `commandline` command really helps out here. This command works with `fzf` and skim's `sk` (if you replace the command below with the proper external). It may work with...

@zim0369 I'm not sure how that works. Does it list directories in your current pwd only or list them recursively or list them from the / or what?

This is a start. Type `cd ` ``` { name: fuzzy_dir modifier: control keycode: char_s mode: emacs event: { send: executehostcommand cmd: "commandline -a (ls **/* | where type ==...

@zim0369 It sounds like you may have put it in the `menus:` section instead of the `keybindings:` section of the config.nu?

For me on my Mac this is how it works. The keybindings have changed several times so I'm not surprised the documentation is out of date. - Right - history...