Skip to content

Commit

Permalink
docs: README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexmean committed Dec 30, 2022
1 parent 4d1145b commit 10407fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,23 +95,23 @@ return {

mode = "n"

s = {act = gs.stage_hunk, desc = "stage hunk"},
r = {act = gs.reset_hunk, desc = "rest hunk"},
S = {act = gs.stage_buffer, desc = "stage buffer"},
s = {act = gs.stage_hunk , desc = "stage hunk"},
r = {act = gs.reset_hunk , desc = "rest hunk"},
S = {act = gs.stage_buffer , desc = "stage buffer"},
u = {act = gs.undo_stage_hunk, desc = "unstage hunk"},
d = {act = gs.preview_hunk, desc = "preview hunk"},
b = {act = gs.blame_line, desc = "blame line"},
d = {act = gs.preview_hunk , desc = "preview hunk"} ,
b = {act = gs.blame_line , desc = "blame line"},
}
end,

-- extend mode or buffer local configuration
{
mode = "n",
buf_local = {{"LspAttach"}},
["gd"] = {act = ck.cmd "Telescope lsp_definitions", desc = "lsp definition"},
["<C-s>"] = {
act = ck.cmd "SymbolsOutline",
desc = "toggle outline",
-- extend mode or buffer local configuration
mode_extend = "v",
buf_local_extend = {ck.ft "Outline"},
},
Expand Down

0 comments on commit 10407fb

Please sign in to comment.