[vim] lir Return binding
This commit is contained in:
parent
02090ad839
commit
b92370a8c0
2 changed files with 71 additions and 69 deletions
|
|
@ -21,6 +21,7 @@
|
||||||
undo-last = reset HEAD^
|
undo-last = reset HEAD^
|
||||||
unstage = restore --staged
|
unstage = restore --staged
|
||||||
latest = branch --sort=committerdate
|
latest = branch --sort=committerdate
|
||||||
|
f = fetch origin main
|
||||||
|
|
||||||
[diff]
|
[diff]
|
||||||
renamelimit = 0
|
renamelimit = 0
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ require 'lir'.setup {
|
||||||
},
|
},
|
||||||
mappings = {
|
mappings = {
|
||||||
['l'] = actions.edit,
|
['l'] = actions.edit,
|
||||||
|
['<CR>'] = actions.edit,
|
||||||
['<C-s>'] = actions.split,
|
['<C-s>'] = actions.split,
|
||||||
['<C-v>'] = actions.vsplit,
|
['<C-v>'] = actions.vsplit,
|
||||||
['<C-t>'] = actions.tabedit,
|
['<C-t>'] = actions.tabedit,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue