summaryrefslogtreecommitdiff
path: root/plugins/zsh-navigation-tools/znt-history-widget
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/zsh-navigation-tools/znt-history-widget')
-rw-r--r--plugins/zsh-navigation-tools/znt-history-widget10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/zsh-navigation-tools/znt-history-widget b/plugins/zsh-navigation-tools/znt-history-widget
new file mode 100644
index 000000000..9ddae606d
--- /dev/null
+++ b/plugins/zsh-navigation-tools/znt-history-widget
@@ -0,0 +1,10 @@
+autoload znt-usetty-wrapper n-history
+local NLIST_START_IN_SEARCH_MODE=1
+local NLIST_START_IN_UNIQ_MODE=1
+local NLIST_SET_SEARCH_TO="$BUFFER"
+
+znt-usetty-wrapper n-history "$@"
+
+unset NLIST_START_IN_SEARCH_MODE
+unset NLIST_START_IN_UNIQ_MODE
+unset NLIST_SET_SEARCH_TO