Skip to content

Commit 23fcd6a

Browse files
authored
[doc] fix some format
1 parent 70280b2 commit 23fcd6a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
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
75
Half of our lifes we spent on navigation: files, lines, commands... You need
@@ -20,7 +18,7 @@ skim project contains several components:
2018

2119
1. `sk` executable -- the core.
2220
2. `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

2523
You 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 |

0 commit comments

Comments
 (0)