Steven Arcangeli
28596bdd42
refactor: set concealcursor=nvic by default
...
Originally I set the default value to `n` because I wanted users to be
aware of the magic ID number at the start of the line if they were
editing a buffer. With the recent improvements to the cursor placement,
I think that it's no longer necessary. Most normal edits should just
work as expected now, and it's a nicer experience if the visuals don't
jump around when you enter visual/insert mode.
2023-09-11 17:42:22 -07:00
Steven Arcangeli
879d280617
feat: api to sort directory contents ( #169 )
2023-09-08 21:56:34 -07:00
Steven Arcangeli
7033d52db0
fix: change default winblend for floating window to 0 ( #167 )
2023-09-01 13:52:12 -07:00
Steven Arcangeli
9d90893c37
refactor!: disable netrw by default ( #155 )
...
If you use oil and you want to still use netrw, set
`default_file_explorer = false`.
It is nonsensical to both use netrw _and_ have oil hijack directory
buffers (which was the case for the default config). It also causes
undefined behavior and bugs. When `default_file_explorer = true` (the
default) oil will now disable netrw for you.
2023-08-20 01:13:42 +00:00
Aritra Sen
ac72a8df4a
feat: add override config option to customize float layout ( #132 )
...
* (feat) Added override function for floatwin
* (feat) Added in-place floatwin option modification
Added in-place modification of floatwin options, and removed example
from config.lua.
2023-06-26 08:56:22 -07:00
Steven Arcangeli
f535c1057c
feat: support custom trash commands ( #110 )
2023-05-23 23:40:41 -07:00
Steven Arcangeli
19563c3658
fix: set bufhidden = 'hide' by default ( #104 )
2023-05-16 20:32:45 -07:00
Steven Arcangeli
6b05c2e913
feat: prompt user to save changes before editing moved file/dir ( #93 )
2023-05-07 08:07:08 -07:00
Steven Arcangeli
496d60fcff
feat: config option for trashing deleted files ( #99 )
2023-05-06 21:07:01 -07:00
Steven Arcangeli
f28e63460a
feat: can minimize the progress window
2023-04-04 13:53:01 -07:00
Steven Arcangeli
092f4b1c7c
fix: reposition progress window if vim is resized
2023-03-29 18:42:48 -07:00
Steven Arcangeli
3e1affa6c7
feat: config for floating preview window ( #74 )
2023-03-19 13:52:17 -07:00
nyngwang
c07cf810eb
fix Stylua
2023-03-19 07:12:48 +08:00
NWang
c1ed4fad14
Merge branch 'stevearc:master' into feat-setup-view-options-add-is_excluded
2023-03-19 07:09:48 +08:00
nyngwang
fe0f6c389f
refactor: rename
2023-03-19 07:02:23 +08:00
Steven Arcangeli
3d3df74532
feat: config option to disable directory hijacking ( #76 )
2023-03-18 15:26:19 -07:00
Steven Arcangeli
33d5701a8d
WIP: force move cursor
2023-03-06 22:37:27 -08:00
nyngwang
19ab948e25
feat: add setup.view_options.is_excluded
2023-03-06 00:17:24 +08:00
Steven Arcangeli
e5acff1b77
feat: config function to define which files are hidden ( #58 )
2023-02-22 21:11:11 -08:00
Steven Arcangeli
f1ea6e0ad0
fix: error when use_default_keymaps = false ( #56 )
2023-02-11 18:46:14 -08:00
Steven Arcangeli
48eec8b7ef
feat: action to open entry in new tab ( #52 )
2023-01-28 16:19:45 -08:00
Steven Arcangeli
1d548190cf
refactor!: make oil buffers unlisted by default ( #45 )
2023-01-24 10:11:06 -08:00
Steven Arcangeli
b3c4ff340b
feat: more actions for interacting with preview window ( #41 )
2023-01-21 17:46:18 -08:00
Steven Arcangeli
31645370a1
refactor!: change scp:// urls back to oil-ssh://
2023-01-19 00:27:09 -08:00
Steven Arcangeli
ca4da68aae
feat: builtin support for editing files over ssh ( #27 )
2023-01-18 10:25:22 -08:00
Steven Arcangeli
997d9cd78a
feat: expose buf_options in config ( #28 )
2023-01-12 12:21:59 -08:00
Steven Arcangeli
7c5384dd15
doc: move config opts to hide some values from autogen docs
2023-01-08 23:27:28 -08:00
Steven Arcangeli
28da68ac5c
feat: option to disable all default keymaps ( #16 )
2023-01-05 08:59:09 -08:00
Steven Arcangeli
d019d38a3e
feat: Use <C-l> to refresh directory ( #7 )
2023-01-03 23:08:52 -08:00
Steven Arcangeli
1879339442
refactor: separate adapter-to-scheme lookup table
2023-01-03 22:09:20 -08:00
Steven Arcangeli
fefd6ad5e4
feat: first draft
2023-01-02 01:34:53 -08:00