Commit graph

  • d7805c7751 feat: convert oil://path/to/file.lua to normal file path (#77) Steven Arcangeli 2023-03-17 21:10:30 -07:00
  • d48fa09c82 fix: oil.close() sometimes closes window too (#64) Steven Arcangeli 2023-03-16 08:53:51 -07:00
  • 383971b0cf fix: preview window renders on top of floating window title (#72) Steven Arcangeli 2023-03-12 20:58:02 -07:00
  • 33ee724c2d feat: restore window view in oil.close() (#65) Steven Arcangeli 2023-03-12 13:00:04 -07:00
  • 12bea0f646 feat: API to change config.view.is_hidden_file at runtime (#69) Steven Arcangeli 2023-03-12 12:48:59 -07:00
  • 33d5701a8d WIP: force move cursor Steven Arcangeli 2023-02-27 11:43:51 -08:00
  • b36ba91b7a fix: another case of incorrect alternate buffers (#60) Steven Arcangeli 2023-03-05 23:57:58 -08:00
  • 19ab948e25 feat: add setup.view_options.is_excluded nyngwang 2023-03-05 23:57:33 +08:00
  • 4152810907 [docgen] Update docs skip-checks: true Github Actions 2023-03-05 06:32:51 +00:00
  • 073ecb3d68 fix: don't close floating windows we didn't open (#64) Steven Arcangeli 2023-03-04 22:24:39 -08:00
  • 0b2a4ddde1 refactor: only gc oil buffers once all oil bufs are hidden Steven Arcangeli 2023-02-24 07:29:09 -08:00
  • f1131b5e90 fix: set alternate buffer when inside oil (#60) Steven Arcangeli 2023-02-24 06:20:56 -08:00
  • 647c2d316c [docgen] Update docs skip-checks: true Github Actions 2023-02-23 05:18:35 +00:00
  • e5acff1b77 feat: config function to define which files are hidden (#58) Steven Arcangeli 2023-02-22 21:05:41 -08:00
  • f1ea6e0ad0 fix: error when use_default_keymaps = false (#56) Steven Arcangeli 2023-02-11 18:46:14 -08:00
  • 7f17648705 fix: better behaved lazy loading in autocmds Steven Arcangeli 2023-02-04 12:03:19 -08:00
  • 7371dd220f fix: bad interaction with editorconfig-vim Steven Arcangeli 2023-02-03 14:28:55 -08:00
  • 98fcc2d0d7 feat: sort symbolic directory links like directories Steven Arcangeli 2023-02-03 13:57:10 -08:00
  • 2e95b9d424 fix: edge case where opening a file would delete its contents Steven Arcangeli 2023-02-03 13:53:01 -08:00
  • 716dd8f9cf fix: unexpected behavior from BufReadPost autocmds Steven Arcangeli 2023-01-28 18:07:18 -08:00
  • 20e4ff1838 fix: expand terminal path Steven Arcangeli 2023-01-28 16:22:47 -08:00
  • 1c953a3eac [docgen] Update docs skip-checks: true Github Actions 2023-01-29 00:20:27 +00:00
  • 48eec8b7ef feat: action to open entry in new tab (#52) Steven Arcangeli 2023-01-28 16:19:45 -08:00
  • 0e53d40221 fix: oil can open when terminal is focused (#51) Steven Arcangeli 2023-01-28 15:56:58 -08:00
  • be962cf373 [docgen] Update docs skip-checks: true Github Actions 2023-01-28 23:39:46 +00:00
  • 6581d76a74 feat: action to copy path to entry under cursor (#50) Steven Arcangeli 2023-01-28 15:36:34 -08:00
  • 47a909700d test: fix tests Steven Arcangeli 2023-01-24 10:17:03 -08:00
  • 1d548190cf refactor!: make oil buffers unlisted by default (#45) Steven Arcangeli 2023-01-24 10:11:06 -08:00
  • 2b0b9382d7 fix: invalid filetype of oil buffer (#47) Steven Arcangeli 2023-01-24 17:18:30 +00:00
  • 6c6b7673af feat: update preview window when cursor is moved (#42) Steven Arcangeli 2023-01-21 18:46:30 -08:00
  • 6c4a3dafca feat: new action open_cmdline_dir (#44) Steven Arcangeli 2023-01-21 18:03:15 -08:00
  • 7649866650 fix: shortened path for current directory is '.' Steven Arcangeli 2023-01-21 18:02:51 -08:00
  • ce66f47751 [docgen] Update docs skip-checks: true Github Actions 2023-01-22 01:49:30 +00:00
  • b3c4ff340b feat: more actions for interacting with preview window (#41) Steven Arcangeli 2023-01-21 15:06:05 -08:00
  • 4e853eabcb fix: alternate buffer preservation (#43) Steven Arcangeli 2023-01-20 02:56:57 -08:00
  • a60639db35 fix: no error if opening file that has swapfile Steven Arcangeli 2023-01-20 02:23:57 -08:00
  • adff3b9154 feat: config option to skip the disclaimer Steven Arcangeli 2023-01-20 02:00:37 -08:00
  • 6b10a36641 feat: inform user how to disable netrw Steven Arcangeli 2023-01-20 01:57:53 -08:00
  • a6884431b0 fix: error when editing a dir, and still missing parent window (#40) Steven Arcangeli 2023-01-19 20:44:01 -08:00
  • f5961e731f fix: more detailed information when ssh connection fails (#27) Steven Arcangeli 2023-01-19 00:40:58 -08:00
  • 31645370a1 refactor!: change scp:// urls back to oil-ssh:// Steven Arcangeli 2023-01-19 00:26:56 -08:00
  • 73c6fcf519 fix: warning when :tabnew from oil buffer (#40) Steven Arcangeli 2023-01-18 23:16:27 -08:00
  • ca4da68aae feat: builtin support for editing files over ssh (#27) Steven Arcangeli 2023-01-13 23:28:24 -08:00
  • 75b710e311 feat: action to open the cmdline with current entry as argument (#38) Steven Arcangeli 2023-01-18 00:35:26 -08:00
  • 64d7763ac6 fix: edge case where cursor position was not set (#37) Steven Arcangeli 2023-01-18 00:21:04 -08:00
  • fb697752b2 fix: restore window options on split windows (#36) Steven Arcangeli 2023-01-17 23:57:22 -08:00
  • abfc455f62 lint: apply stylua Steven Arcangeli 2023-01-13 08:34:21 -08:00
  • 4c7331cab4
    Merge pull request #35 from MysteryMage/new-lines-save-error Steven Arcangeli 2023-01-13 08:33:56 -08:00
  • 2bc63f7059 fix: Error when saving blank lines and quitting. MysteryMage 2023-01-13 12:19:32 +02:00
  • e5d6b999ba [docgen] Update docs skip-checks: true Github Actions 2023-01-12 20:22:30 +00:00
  • 997d9cd78a feat: expose buf_options in config (#28) Steven Arcangeli 2023-01-12 12:21:59 -08:00
  • f8ca564802 fix: float positioning and width calculation (#32) Steven Arcangeli 2023-01-12 01:06:37 -08:00
  • 6062ad6737 fix: off-by-one errors in tests Steven Arcangeli 2023-01-12 00:51:23 -08:00
  • aa68ec4d98 fix: ssh adapter handles character and block files Steven Arcangeli 2023-01-12 00:50:22 -08:00
  • bcb99ae95a fix: detect duplicate filenames in buffer Steven Arcangeli 2023-01-11 23:54:51 -08:00
  • 9a03af7cb7 fix: url formatting errors when ssh connection specifies port Steven Arcangeli 2023-01-11 23:23:28 -08:00
  • c553b5435a ci: bug report template is more aggressive about minimal configs Steven Arcangeli 2023-01-11 09:17:31 -08:00
  • bb5201c9cd fix: oil buffers load properly after loading a session (#29) Steven Arcangeli 2023-01-10 23:00:21 -08:00
  • b4ccc16944 fix: renaming buffers doesn't interfere with directory hijack (#25) Steven Arcangeli 2023-01-10 22:08:59 -08:00
  • 80f64dd630 [docgen] Update docs skip-checks: true Github Actions 2023-01-09 07:34:58 +00:00
  • 1bc25cf25b doc: leave note about ssh adapter limitations Steven Arcangeli 2023-01-08 23:34:31 -08:00
  • ab5358c4f6 [docgen] Update docs skip-checks: true Github Actions 2023-01-09 07:28:05 +00:00
  • 7c5384dd15 doc: move config opts to hide some values from autogen docs Steven Arcangeli 2023-01-08 23:27:28 -08:00
  • adb2828c4f doc: explain passing parameters to columns Steven Arcangeli 2023-01-08 22:22:47 -08:00
  • d8a1e7ca4e fix: preserve alternate buffer when using floating window (#20) Steven Arcangeli 2023-01-08 22:12:17 -08:00
  • e4c4110022 fix: preserve the alternate buffer (#20) Steven Arcangeli 2023-01-07 12:23:47 -08:00
  • 6d0b6ac43c fix: don't show preview if there are no changes (#19) Steven Arcangeli 2023-01-06 18:25:48 -08:00
  • 6a227e932f fix: add WinLeave autocmd to augroup Steven Arcangeli 2023-01-06 18:19:40 -08:00
  • c6a2e3e08f feat: add action to open a terminal Steven Arcangeli 2023-01-06 17:26:37 -08:00
  • 0f104854da fix: close floating oil window on WinLeave (#17) Steven Arcangeli 2023-01-05 18:56:48 -08:00
  • 5e2f1ced9f fix: add autocmd to augroup Steven Arcangeli 2023-01-05 18:40:30 -08:00
  • 7b703b42da fix: always close keymap help window (#17) Steven Arcangeli 2023-01-05 10:09:36 -08:00
  • db5a311bc1 [docgen] Update docs skip-checks: true Github Actions 2023-01-05 17:00:07 +00:00
  • 28da68ac5c feat: option to disable all default keymaps (#16) Steven Arcangeli 2023-01-05 08:59:09 -08:00
  • 972ee81179
    Merge pull request #13 from LamprosPitsillos/patch-1 Steven Arcangeli 2023-01-04 08:48:43 -08:00
  • e106e1b572
    Replaced ? with file icon LamprosPitsillos 2023-01-04 14:52:14 +02:00
  • 9dbf18a524 fix: silence doautocmd errors Steven Arcangeli 2023-01-04 01:45:28 -08:00
  • 9f7c4d74e1 feat: display shortened path as title of floating window (#12) Steven Arcangeli 2023-01-04 01:30:33 -08:00
  • 3911e16a63 doc: reword some pieces of the issue templates Steven Arcangeli 2023-01-04 01:12:03 -08:00
  • 101689b0fe refactor: rework Oil command to support --float argument anywhere Steven Arcangeli 2023-01-04 00:34:01 -08:00
  • a0b69fa117
    Merge pull request #9 from UnrealApex/UnrealApex-template Steven Arcangeli 2023-01-04 00:39:53 -08:00
  • 80b015ad09
    Merge pull request #11 from max397574/master Steven Arcangeli 2023-01-04 00:28:31 -08:00
  • af59e7b53d feat: added command Max 2023-01-04 08:50:40 +01:00
  • 91b33ce705
    Create feature_request.yml Aaron 2023-01-03 23:25:56 -08:00
  • ae8f474545 [docgen] Update docs skip-checks: true Github Actions 2023-01-04 07:09:55 +00:00
  • d019d38a3e feat: Use <C-l> to refresh directory (#7) Steven Arcangeli 2023-01-03 23:08:52 -08:00
  • 1879339442 refactor: separate adapter-to-scheme lookup table Steven Arcangeli 2023-01-03 22:09:20 -08:00
  • 2e6d68453f fix: restore modified state of current buffer if actions are canceled (#6) Steven Arcangeli 2023-01-03 21:48:49 -08:00
  • e58f347c67 fix: ignore errors when unlocking buffers Steven Arcangeli 2023-01-03 09:12:33 -08:00
  • 7c662a5c34
    Merge pull request #5 from max397574/master Steven Arcangeli 2023-01-03 09:04:15 -08:00
  • 23d1ca7327 feat: add bug_report template Max 2023-01-02 19:59:41 +01:00
  • a587977edd feat: set filetype='oil_preview' for preview buffer Steven Arcangeli 2023-01-02 21:31:07 -08:00
  • 0d6ee144d2 fix: unlock buffers if we cancel the actions (#4) Steven Arcangeli 2023-01-02 10:44:07 -08:00
  • f70d796c80 [docgen] Update docs skip-checks: true Github Actions 2023-01-02 18:38:29 +00:00
  • 86cff697be doc: clarify open() behavior Steven Arcangeli 2023-01-02 10:38:01 -08:00
  • dc18d06bcb fix: copying symlinks Steven Arcangeli 2023-01-02 02:02:34 -08:00
  • fefd6ad5e4 feat: first draft Steven Arcangeli 2022-12-15 02:24:27 -08:00
  • bf2dfb970d
    Initial commit Steven Arcangeli 2022-12-14 23:35:19 -08:00