canola.nvim/lua/oil
Steven Arcangeli 393f0dcf82 fix!: selecting multiple files only opens buffers, not windows (#111)
In an oil buffer you can select multiple entries by highlighting them in
visual mode and then calling `oil.select()` (or using a keymap that does
so, like `<CR>` or `<C-s>`. Previously we would automatically assume
that you wanted to open multiple entries as splits. Now, we treat a
default call to `select()` (which is what `<CR>` does) as if you simply
wanted to open the buffers and keep the same window. This plays nicer
with bufferlines. If you want the old behavior, you can explicitly pass
in `oil.select({vertical = true})` or use the `<C-s>` keymap when you
have multiple entries selected.
2023-06-21 08:53:11 -07:00
..
adapters fix: oil-ssh assume target machine's locales 2023-06-14 16:26:49 +08:00
mutator fix: stop using vim.wo to set window options 2023-06-16 18:24:47 -07:00
actions.lua fix!: selecting multiple files only opens buffers, not windows (#111) 2023-06-21 08:53:11 -07:00
cache.lua feat: first draft 2023-01-02 01:34:53 -08:00
columns.lua fix: icon column does nil-check of config 2023-04-11 08:27:41 -07:00
config.lua feat: support custom trash commands (#110) 2023-05-23 23:40:41 -07:00
constants.lua feat: first draft 2023-01-02 01:34:53 -08:00
fs.lua fix: opening with lowercase drive letters 2023-05-21 16:25:43 -04:00
init.lua fix!: selecting multiple files only opens buffers, not windows (#111) 2023-06-21 08:53:11 -07:00
keymap_util.lua refactor: clean up duplicate helper method 2023-03-29 18:42:48 -07:00
layout.lua refactor: clean up duplicate helper method 2023-03-29 18:42:48 -07:00
loading.lua feat: can minimize the progress window 2023-04-04 13:53:01 -07:00
pathutil.lua feat: first draft 2023-01-02 01:34:53 -08:00
shell.lua feat: builtin support for editing files over ssh (#27) 2023-01-18 10:25:22 -08:00
util.lua Escape dollar sign 2023-06-20 11:25:30 -04:00
view.lua fix: stop using vim.wo to set window options 2023-06-16 18:24:47 -07:00