Steven Arcangeli
f5961e731f
fix: more detailed information when ssh connection fails ( #27 )
2023-01-19 00:40:58 -08:00
Steven Arcangeli
31645370a1
refactor!: change scp:// urls back to oil-ssh://
2023-01-19 00:27:09 -08:00
Steven Arcangeli
73c6fcf519
fix: warning when :tabnew from oil buffer ( #40 )
2023-01-18 23:16:27 -08:00
Steven Arcangeli
ca4da68aae
feat: builtin support for editing files over ssh ( #27 )
2023-01-18 10:25:22 -08:00
Steven Arcangeli
75b710e311
feat: action to open the cmdline with current entry as argument ( #38 )
2023-01-18 00:35:26 -08:00
Steven Arcangeli
64d7763ac6
fix: edge case where cursor position was not set ( #37 )
2023-01-18 00:21:04 -08:00
Steven Arcangeli
fb697752b2
fix: restore window options on split windows ( #36 )
2023-01-17 23:57:22 -08:00
Steven Arcangeli
abfc455f62
lint: apply stylua
2023-01-13 08:34:21 -08:00
MysteryMage
2bc63f7059
fix: Error when saving blank lines and quitting.
2023-01-13 12:19:32 +02:00
Steven Arcangeli
997d9cd78a
feat: expose buf_options in config ( #28 )
2023-01-12 12:21:59 -08:00
Steven Arcangeli
f8ca564802
fix: float positioning and width calculation ( #32 )
2023-01-12 01:06:37 -08:00
Steven Arcangeli
aa68ec4d98
fix: ssh adapter handles character and block files
2023-01-12 00:50:22 -08:00
Steven Arcangeli
bcb99ae95a
fix: detect duplicate filenames in buffer
2023-01-11 23:54:51 -08:00
Steven Arcangeli
9a03af7cb7
fix: url formatting errors when ssh connection specifies port
2023-01-11 23:23:28 -08:00
Steven Arcangeli
bb5201c9cd
fix: oil buffers load properly after loading a session ( #29 )
2023-01-10 23:00:21 -08:00
Steven Arcangeli
b4ccc16944
fix: renaming buffers doesn't interfere with directory hijack ( #25 )
2023-01-10 22:33:15 -08:00
Steven Arcangeli
1bc25cf25b
doc: leave note about ssh adapter limitations
2023-01-08 23:34:31 -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
d8a1e7ca4e
fix: preserve alternate buffer when using floating window ( #20 )
2023-01-08 22:12:17 -08:00
Steven Arcangeli
e4c4110022
fix: preserve the alternate buffer ( #20 )
2023-01-07 12:23:47 -08:00
Steven Arcangeli
6d0b6ac43c
fix: don't show preview if there are no changes ( #19 )
2023-01-06 18:25:48 -08:00
Steven Arcangeli
6a227e932f
fix: add WinLeave autocmd to augroup
2023-01-06 18:19:40 -08:00
Steven Arcangeli
c6a2e3e08f
feat: add action to open a terminal
2023-01-06 17:26:37 -08:00
Steven Arcangeli
0f104854da
fix: close floating oil window on WinLeave ( #17 )
2023-01-05 18:56:48 -08:00
Steven Arcangeli
5e2f1ced9f
fix: add autocmd to augroup
2023-01-05 18:40:30 -08:00
Steven Arcangeli
7b703b42da
fix: always close keymap help window ( #17 )
2023-01-05 10:09:36 -08:00
Steven Arcangeli
28da68ac5c
feat: option to disable all default keymaps ( #16 )
2023-01-05 08:59:09 -08:00
LamprosPitsillos
e106e1b572
Replaced ? with file icon
...
`?` makes it seem like some error has occurred, and since everything is an icon why not this one
2023-01-04 14:52:14 +02:00
Steven Arcangeli
9dbf18a524
fix: silence doautocmd errors
...
This produced an error when the ssh adapter terminal was open, and then
a connection error occurred. It would produce a `Can't re-enter normal
mode from terminal mode` error.
2023-01-04 01:47:25 -08:00
Steven Arcangeli
9f7c4d74e1
feat: display shortened path as title of floating window ( #12 )
2023-01-04 01:30:33 -08:00
Steven Arcangeli
101689b0fe
refactor: rework Oil command to support --float argument anywhere
2023-01-04 00:56:36 -08:00
Max
af59e7b53d
feat: added command
2023-01-04 08:57:37 +01: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
2e6d68453f
fix: restore modified state of current buffer if actions are canceled ( #6 )
2023-01-03 21:48:49 -08:00
Steven Arcangeli
e58f347c67
fix: ignore errors when unlocking buffers
2023-01-03 09:12:41 -08:00
Steven Arcangeli
a587977edd
feat: set filetype='oil_preview' for preview buffer
2023-01-02 21:31:07 -08:00
Steven Arcangeli
0d6ee144d2
fix: unlock buffers if we cancel the actions ( #4 )
2023-01-02 10:44:16 -08:00
Steven Arcangeli
86cff697be
doc: clarify open() behavior
2023-01-02 10:38:01 -08:00
Steven Arcangeli
dc18d06bcb
fix: copying symlinks
2023-01-02 02:02:34 -08:00
Steven Arcangeli
fefd6ad5e4
feat: first draft
2023-01-02 01:34:53 -08:00