]> Sergey Matveev's repositories - dotfiles.git/blobdiff - bin/bin/tmux-menu-dict.sh
Huge tmux-fzf simplification with files quoting
[dotfiles.git] / bin / bin / tmux-menu-dict.sh
index d7cc8fcf66f47c7e92ee6ba799ed0d75a2393d51..1009d3846a7994d85538f5fa7f9bac382f01f1f4 100755 (executable)
@@ -2,4 +2,4 @@
 
 echo -n "> "
 read word
-sdcv $word | less
+sdcv "$word" | exec less