diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-17 17:00:33 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-17 17:00:33 +0200 |
commit | 2c97afab40a98c99a471342a519023f6e775e98e (patch) | |
tree | 4b0d45e8f1412f0f48fc2ff7d98f70e129536381 /fnl | |
parent | dd1cfd2fee20f83bae4d3ed28546665a1b89f2a8 (diff) |
Set tab to leader s
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/config/which-key.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/which-key.fnl b/fnl/config/which-key.fnl index 75c90b1..65252da 100644 --- a/fnl/config/which-key.fnl +++ b/fnl/config/which-key.fnl @@ -106,7 +106,7 @@ "Replace Word"] :f ["<cmd>lua require('spectre').open_file_search()<cr>" "Replace Buffer"]} - :w [(fn switch-window [] + :s [(fn switch-window [] (let [window-picker (require :window-picker)] (let [win (window-picker.pick_window)] (if (not= win nil) |