diff options
Diffstat (limited to 'fnl/conf/events.fnl')
| -rw-r--r-- | fnl/conf/events.fnl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fnl/conf/events.fnl b/fnl/conf/events.fnl index ef374b7..00d75d4 100644 --- a/fnl/conf/events.fnl +++ b/fnl/conf/events.fnl @@ -26,3 +26,7 @@ :callback (fn [] (vim.cmd :stopinsert)) :group "conf#events"}) + +(event [:FileType] {:pattern [:dirvish] + :callback #(vim.cmd "silent! unmap <buffer> <C-p>") + :group "conf#events"}) |
