[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^
|
||||
unstage = restore --staged
|
||||
latest = branch --sort=committerdate
|
||||
f = fetch origin main
|
||||
|
||||
[diff]
|
||||
renamelimit = 0
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ require 'lir'.setup {
|
|||
},
|
||||
mappings = {
|
||||
['l'] = actions.edit,
|
||||
['<CR>'] = actions.edit,
|
||||
['<C-s>'] = actions.split,
|
||||
['<C-v>'] = actions.vsplit,
|
||||
['<C-t>'] = actions.tabedit,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue