From 3dd035056dc2435e0b822c923f9f1b569bd748c2 Mon Sep 17 00:00:00 2001 From: Quinn Strahl Date: Sat, 31 Aug 2019 03:59:18 -0400 Subject: Support vicmd_symbol in fish-shell (#254) --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 577d939f7..a251c93e8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -48,8 +48,8 @@ fn main() { .short("k") .long("keymap") .value_name("KEYMAP") - // zsh only - .help("The keymap of zsh") + // fish/zsh only + .help("The keymap of fish/zsh") .takes_value(true); let jobs_arg = Arg::with_name("jobs") -- cgit v1.2.3