cpakkala
cpakkala
- [x] I have read through the manual page (`man fzf`) - [x] I have the latest version of fzf - [x] I have searched through the existing issues ##...
Any ideas how to get both the register list ({plugins = {registers = true}}) and the default insert command mode paste-from-register mappings to display simultaneously (the register display clobbers the...
Was just thinking it might be nice to prefix all the commands with "QF" in order to both preserve namespace and to allow one to simply type the prefix and...
test.pm: ``` package perl_test; require Exporter; our @ISA = qw(Exporter); our @EXPORT_OK = qw($SHARED_VAR shared_subroutine); our $SHARED_VAR="BLAH"; sub shared_subroutine { print "Shared routine\n"; } ``` test.pl: ``` use lib "./";...
### Problem The fact that incsearch allows ctrl-g and ctrl-t to cycle through different instances of the matched string before accepting the complete motion is awesome, particularly when used in...
There are a couple spots in the code where you look at the first matching key produced from `gpg --list-*`, like this: https://github.com/roddhjav/pass-tomb/blob/master/tomb.bash#L38-L42 This results in me getting "The key...