From 45bc42047321f6e51f32adb24ec5fc95333c6380 Mon Sep 17 00:00:00 2001 From: omagdy Date: Sat, 26 Jul 2025 02:33:10 +0300 Subject: nvim: switched to blink.nvim + some other stuff I guess --- sesh/.config/sesh/sesh.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sesh/.config/sesh/sesh.toml (limited to 'sesh/.config') diff --git a/sesh/.config/sesh/sesh.toml b/sesh/.config/sesh/sesh.toml new file mode 100644 index 0000000..6ef291f --- /dev/null +++ b/sesh/.config/sesh/sesh.toml @@ -0,0 +1,20 @@ +[default_session] +startup_command = "nvim -c ':Telescope find_files'" +preview_command = "eza --all --git --icons --color=always {}" +windows = [ "run", "git" ] + +[[window]] +name = "git" +startup_script = "git status" +disable_startup_script = false + +[[window]] +name = "run" +startup_script = "ls" +disable_startup_script = false + +[[session]] +name = "Downloads 📥" +path = "~/Downloads" +startup_command = "yazi" +windows = [ "run", "git" ] -- cgit v1.2.3