File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 11[ ![ Build Status] ( https://travis-ci.org/lotabout/skim.svg?branch=master )] ( https://travis-ci.org/lotabout/skim )
22
3- ---
4-
53> Life is short, skim!
64
75Half of our lifes we spent on navigation: files, lines, commands... You need
@@ -20,7 +18,7 @@ skim project contains several components:
2018
21191 . ` sk ` executable -- the core.
22202 . ` sk-tmux ` -- script for launching ` sk ` in a tmux plane.
23- 3 . vim/nvim plugin -- to call ` sk ` inside vim/nvim
21+ 3 . vim/nvim plugin -- to call ` sk ` inside vim/nvim. check [ skim.vim ] ( https://github.com/lotabout/skim.vim ) for more vim support.
2422
2523You can directly [ download sk executable] ( https://github.com/lotabout/skim/releases ) , but extra utilities are recommanded.
2624
@@ -129,9 +127,9 @@ Specify the bindings with comma seperated pairs(no space allowed), example:
129127` sk --bind 'alt-a:select-all,alt-d:deselect-all' `
130128
131129| Action | Default key |
132- | --| --|
133- | abort| esc, ctrl-c, ctrl-g, ctrl-q|
134- | accept| enter |
130+ | -------- | ----------- --|
131+ | abort | esc, ctrl-c, ctrl-g, ctrl-q |
132+ | accept| enter |
135133| backward-char| left, ctrl-b|
136134| backward-delete-char| ctrl-h, backspace |
137135| backward-kill-word| alt-backspace |
You can’t perform that action at this time.
0 commit comments