* [gentoo-commits] repo/proj/guru:dev commit in: app-shells/igr/files/
@ 2024-04-11 9:54 Vitaly Zdanevich
0 siblings, 0 replies; 2+ messages in thread
From: Vitaly Zdanevich @ 2024-04-11 9:54 UTC (permalink / raw
To: gentoo-commits
commit: 6b976b3e8daff69839ecf1fdc0f0323a0abbe40d
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Apr 11 09:54:26 2024 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Apr 11 09:54:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b976b3e
app-shells/igr: vim -> $EDITOR
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
app-shells/igr/files/vim-open-current-line.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-shells/igr/files/vim-open-current-line.patch b/app-shells/igr/files/vim-open-current-line.patch
index bd18f4a0d5..1b3b342406 100644
--- a/app-shells/igr/files/vim-open-current-line.patch
+++ b/app-shells/igr/files/vim-open-current-line.patch
@@ -22,7 +22,7 @@ index 73a6e8c..e23082a 100755
--bind="change:reload:rg -n ${list_files:+-l} --color=always {q}" \
---bind='enter:execute:v {1}' \
---preview="[[ -n {1} ]] && $preview"
-+--bind='enter:execute:echo "vim {1}:{2}" && vim {1}:{2}' \
++--bind='enter:execute:echo "$EDITOR {1}:{2}" && $EDITOR {1}:{2}' \
+--preview="[[ -n {1} ]] && $preview"
+
+ # echo to save in shell history
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-shells/igr/files/
@ 2024-04-11 10:03 Vitaly Zdanevich
0 siblings, 0 replies; 2+ messages in thread
From: Vitaly Zdanevich @ 2024-04-11 10:03 UTC (permalink / raw
To: gentoo-commits
commit: 61aa494e654382cc132105c661dfb9f6387a7707
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Apr 11 10:03:18 2024 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Apr 11 10:03:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=61aa494e
patch: add documentation
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
app-shells/igr/files/vim-open-current-line.patch | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/app-shells/igr/files/vim-open-current-line.patch b/app-shells/igr/files/vim-open-current-line.patch
index 1b3b342406..4d5cdae91f 100644
--- a/app-shells/igr/files/vim-open-current-line.patch
+++ b/app-shells/igr/files/vim-open-current-line.patch
@@ -1,3 +1,9 @@
+This patch change calling of v to $EDITOR, see https://github.com/DanielFGray/fzf-scripts/issues/26
+
+And add more context to the search.
+
+Also open a file on the specific line
+
diff --git a/igr b/igr
index 73a6e8c..e23082a 100755
--- a/igr
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-04-11 10:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-11 10:03 [gentoo-commits] repo/proj/guru:dev commit in: app-shells/igr/files/ Vitaly Zdanevich
-- strict thread matches above, loose matches on Subject: below --
2024-04-11 9:54 Vitaly Zdanevich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox