un-object orient some functions
This commit is contained in:
parent
d94b454eb6
commit
119127accf
5 changed files with 5 additions and 5 deletions
|
|
@ -37,7 +37,7 @@ map('n', '<leader>x', '<cmd>!chmod +x "%"<CR>') -- execute order 111
|
|||
a.nvim_create_autocmd('FileType', {
|
||||
pattern = 'netrw',
|
||||
callback = function()
|
||||
local bind = function(lhs, rhs)
|
||||
local function bind(lhs, rhs)
|
||||
vim.keymap.set('n', lhs, rhs, { remap = true, buffer = true })
|
||||
end
|
||||
bind('h', '-^') -- Go up a directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue