From f4255727e0b6e78b6c03be74ab982adb87a62247 Mon Sep 17 00:00:00 2001 From: Osamu OKANO Date: Wed, 22 May 2013 20:59:19 +0900 Subject: [PATCH] percol plugin --- plugins/percol/percol.load | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 plugins/percol/percol.load diff --git a/plugins/percol/percol.load b/plugins/percol/percol.load new file mode 100644 index 0000000..56de6cb --- /dev/null +++ b/plugins/percol/percol.load @@ -0,0 +1,13 @@ +function percol_select_history + history|percol|read foo + if [ $foo ] + commandline $foo + else + commandline '' + end +end + +# ~/.oh-my-fish/custom/*.load +# function fish_user_key_bindings +# bind \cr percol_select_history +# end