Merge pull request #1216 from adawalli/jump

Add plugin for 'jump'
pull/1218/head
Nils Winkler 2018-07-19 08:34:16 +02:00 committed by GitHub
commit 86950c3d7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
cite about-plugin
about-plugin 'initialize jump (see https://github.com/gsamokovarov/jump)'
__init_jump() {
command -v jump &> /dev/null || return
eval "$(jump shell --bind=z)"
}
__init_jump