6 Commits

Author SHA1 Message Date
61d734fbc0 Unmap <C-l> in netrw buffers so it can be used for natigation 2024-04-01 23:25:31 +01:00
b9be6fba5a Fix - mapping sometimes landing on wrong filename
Instead of using Lua to search through all buffer lines and match the
file line containing the filename, instead use `search()` and wrap the
filename in word boundry delimiters `\<\>` to always match the whole
filename not a subscript. This also moves the cursor to that position
in the file.
2024-03-17 14:16:34 +00:00
6533a96ba0 Fix netrw - mapping when in a buffer with no name/file 2024-03-14 23:57:41 +00:00
68d50081ff Simplify netrw code that moves cursor to filename 2024-03-04 21:21:20 +00:00
d30de16dca Port fix for gx in WSL 2024-03-04 00:32:02 +00:00
1e6bb57c4f Customize netrw to my linking 2024-03-02 15:22:19 +00:00