m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

CTRL-L to clear and redraw the screen

This commit is contained in:
Junegunn Choi
2014-02-01 01:56:32 +09:00
parent b2d2be55ef
commit 96215c4619
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
# coding: utf-8
Gem::Specification.new do |spec|
spec.name = 'fzf'
spec.version = '0.7.1'
spec.version = '0.7.2'
spec.authors = ['Junegunn Choi']
spec.email = ['junegunn.c@gmail.com']
spec.description = %q{Fuzzy finder for your shell}