Commit graph

56 commits

Author SHA1 Message Date
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
Steven Arcangeli
4c7331cab4
Merge pull request #35 from MysteryMage/new-lines-save-error
fix: Error when saving blank lines and quitting.
2023-01-13 08:33:56 -08:00
MysteryMage
2bc63f7059 fix: Error when saving blank lines and quitting. 2023-01-13 12:19:32 +02:00
Github Actions
e5d6b999ba [docgen] Update docs
skip-checks: true
2023-01-12 20:22:30 +00: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
6062ad6737 fix: off-by-one errors in tests 2023-01-12 00:51:23 -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
c553b5435a ci: bug report template is more aggressive about minimal configs 2023-01-11 09:17:31 -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
Github Actions
80f64dd630 [docgen] Update docs
skip-checks: true
2023-01-09 07:34:58 +00:00
Steven Arcangeli
1bc25cf25b doc: leave note about ssh adapter limitations 2023-01-08 23:34:31 -08:00
Github Actions
ab5358c4f6 [docgen] Update docs
skip-checks: true
2023-01-09 07:28:05 +00: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
adb2828c4f doc: explain passing parameters to columns 2023-01-08 22:22:47 -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
Github Actions
db5a311bc1 [docgen] Update docs
skip-checks: true
2023-01-05 17:00:07 +00:00
Steven Arcangeli
28da68ac5c feat: option to disable all default keymaps (#16) 2023-01-05 08:59:09 -08:00
Steven Arcangeli
972ee81179
Merge pull request #13 from LamprosPitsillos/patch-1
Replaced `?` with file icon
2023-01-04 08:48:43 -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
3911e16a63 doc: reword some pieces of the issue templates 2023-01-04 01:12:03 -08:00
Steven Arcangeli
101689b0fe refactor: rework Oil command to support --float argument anywhere 2023-01-04 00:56:36 -08:00
Steven Arcangeli
a0b69fa117
Merge pull request #9 from UnrealApex/UnrealApex-template
Create feature_request.yml
2023-01-04 00:39:53 -08:00
Steven Arcangeli
80b015ad09
Merge pull request #11 from max397574/master
feat: added command
2023-01-04 00:28:31 -08:00
Max
af59e7b53d feat: added command 2023-01-04 08:57:37 +01:00
Aaron
91b33ce705
Create feature_request.yml 2023-01-03 23:25:56 -08:00
Github Actions
ae8f474545 [docgen] Update docs
skip-checks: true
2023-01-04 07:09:55 +00: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
7c662a5c34
Merge pull request #5 from max397574/master
feat: add bug_report template
2023-01-03 09:04:15 -08:00
Max
23d1ca7327 feat: add bug_report template 2023-01-03 11:20:12 +01:00
Steven Arcangeli
a587977edd feat: set filetype='oil_preview' for preview buffer 2023-01-02 21:31:07 -08:00