diff options
| author | eric.marin <maarin.eric@gmail.com> | 2024-10-09 19:26:26 +0200 |
|---|---|---|
| committer | eric.marin <maarin.eric@gmail.com> | 2024-10-09 19:26:26 +0200 |
| commit | 30ae3cfa42e485a00a268c332a76ae322cf32246 (patch) | |
| tree | 87bf3a0e1e590b6a94eb8fc44432a61e83a10cfd /nvim/lua/plugins/oil.lua | |
| parent | fab17beaccb37ffcd0cb5ece3bfd98f8e9dd4131 (diff) | |
| download | dotfiles-30ae3cfa42e485a00a268c332a76ae322cf32246.tar.gz dotfiles-30ae3cfa42e485a00a268c332a76ae322cf32246.zip | |
added ags and removed eww
Diffstat (limited to 'nvim/lua/plugins/oil.lua')
| -rw-r--r-- | nvim/lua/plugins/oil.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/nvim/lua/plugins/oil.lua b/nvim/lua/plugins/oil.lua index be3f35e..e717988 100644 --- a/nvim/lua/plugins/oil.lua +++ b/nvim/lua/plugins/oil.lua @@ -12,17 +12,17 @@ local config = function() delete_to_trash = true, skip_confirm_for_simple_edits = true, keymaps = { - ["o?"] = "actions.show_help", + ["b?"] = "actions.show_help", ["<CR>"] = "actions.select", - ["op"] = "actions.preview", + ["bp"] = "actions.preview", ["q"] = "actions.close", - ["or"] = "actions.refresh", + ["br"] = "actions.refresh", ["-"] = "actions.parent", ["_"] = "actions.open_cwd", ["~"] = "actions.cd", - ["os"] = "actions.change_sort", - ["o."] = "actions.toggle_hidden", - ["ot"] = "actions.toggle_trash", + ["bs"] = "actions.change_sort", + ["b."] = "actions.toggle_hidden", + ["bt"] = "actions.toggle_trash", }, use_default_keymaps = false, }) |
