diff options
| author | aktersnurra <gustaf@gustafrydholm.xyz> | 2026-04-16 15:10:52 +0200 |
|---|---|---|
| committer | aktersnurra <gustaf@gustafrydholm.xyz> | 2026-04-17 23:28:47 +0200 |
| commit | 152fd9d787c7433cad95795992e444250cb83216 (patch) | |
| tree | 0ae3b4a3b42005dc08b1400981cfc4c1f37297fe /fnl/plugins/bufdel.fnl | |
| parent | 83a7f3505a441f1c152229d50a3d6011951a82fc (diff) | |
Add fff and other nice things such as macros
Diffstat (limited to 'fnl/plugins/bufdel.fnl')
| -rw-r--r-- | fnl/plugins/bufdel.fnl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fnl/plugins/bufdel.fnl b/fnl/plugins/bufdel.fnl deleted file mode 100644 index e14287e..0000000 --- a/fnl/plugins/bufdel.fnl +++ /dev/null @@ -1,5 +0,0 @@ -;; Delete buffers. - -(local keys [{1 :<leader><BS> 2 :<cmd>BufDel<CR> :desc "Close Buffer"}]) - -{1 :ojroques/nvim-bufdel :cmd :BufDel : keys} |