[mac] Some terminal updates

This commit is contained in:
Drew Haven
2025-02-13 11:07:51 -08:00
parent e642c86e21
commit aeba8d04f8
5 changed files with 32 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
-- Options are automatically loaded before lazy.nvim startup
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
-- Add any additional options here
-- Creates a shortcut for adding the directory of the current buffer when specifying a file
vim.cmd.('cnoreabbrev %. %:h<Tab>')