diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-17 14:41:50 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-17 14:41:50 +0200 |
commit | 8b27601657fff81339458ed15adc808a0634143a (patch) | |
tree | 178ce0af4f39e802bd8f858f03a979d05e1bc90c /fnl/settings | |
parent | 04253e83babe9d050f40ac240ebf53ff0dbc91c7 (diff) |
Move lir keymap to config
Diffstat (limited to 'fnl/settings')
-rw-r--r-- | fnl/settings/keymaps.fnl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fnl/settings/keymaps.fnl b/fnl/settings/keymaps.fnl index 46800ef..d44113f 100644 --- a/fnl/settings/keymaps.fnl +++ b/fnl/settings/keymaps.fnl @@ -55,5 +55,3 @@ (map :n :<m-s> :<cmd>split<CR> opts) (map :n :<C-s> :<cmd>split<CR> opts) (map :n :<m-v> :<cmd>vsplit<CR> opts) - -(map :n :- ":lua require'lir.float'.toggle()<cr>" opts) |