diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-17 00:08:43 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-17 00:08:43 +0100 |
commit | a48ba3f7dfe35c7ca622e63a72574134788d68c7 (patch) | |
tree | 0675dc0f5e950c8739b63da29568d083e9c1d057 /fnl/plugins/editor/zen.fnl | |
parent | 10b175f252104458d7478d8a2822818850cfdf92 (diff) |
Update key mappings
Diffstat (limited to 'fnl/plugins/editor/zen.fnl')
-rw-r--r-- | fnl/plugins/editor/zen.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/plugins/editor/zen.fnl b/fnl/plugins/editor/zen.fnl index 6e9bee7..11685af 100644 --- a/fnl/plugins/editor/zen.fnl +++ b/fnl/plugins/editor/zen.fnl @@ -2,6 +2,7 @@ {1 :folke/zen-mode.nvim :cmd :ZenMode + :keys [{1 :<leader>z 2 :<cmd>ZenMode<cr> :desc "Zen Mode"}] :opts {:window {:backdrop 1 :height 1 :width 120 |