[NeoVim] Actually working bootstrap
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
(import-macros {: map!} :hibiscus.vim)
|
||||
|
||||
(local smart-splits (require :smart-splits))
|
||||
|
||||
(map! [n] :<C-Left> smart-splits.move_cursor_left)
|
||||
(map! [n] :<C-Down> smart-splits.move_cursor_down)
|
||||
(map! [n] :<C-Up> smart-splits.move_cursor_up)
|
||||
|
||||
Reference in New Issue
Block a user