aboutsummaryrefslogtreecommitdiff
path: root/sesh/.config
diff options
context:
space:
mode:
authoromagdy <omar.professional8777@gmail.com>2025-07-26 02:33:10 +0300
committeromagdy <omar.professional8777@gmail.com>2025-07-26 02:33:10 +0300
commit45bc42047321f6e51f32adb24ec5fc95333c6380 (patch)
tree5afef8257d24453be6d3bfa31caaff4fb24cdc3f /sesh/.config
parentf098b4cc7b9026870de461d467a22c6be704085c (diff)
downloaddotfiles-45bc42047321f6e51f32adb24ec5fc95333c6380.tar.xz
dotfiles-45bc42047321f6e51f32adb24ec5fc95333c6380.zip
nvim: switched to blink.nvim + some other stuff I guess
Diffstat (limited to 'sesh/.config')
-rw-r--r--sesh/.config/sesh/sesh.toml20
1 files changed, 20 insertions, 0 deletions
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" ]