|
|
@ -42,6 +42,10 @@
|
|
|
|
;; re-run the last macro
|
|
|
|
;; re-run the last macro
|
|
|
|
(vim.keymap.set :n :Q "@@")
|
|
|
|
(vim.keymap.set :n :Q "@@")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;; completion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(set vim.o.completeopt "longest,menuone")
|
|
|
|
|
|
|
|
|
|
|
|
;; smart tab
|
|
|
|
;; smart tab
|
|
|
|
;; https://vim.fandom.com/wiki/Smart_mapping_for_tab_completion
|
|
|
|
;; https://vim.fandom.com/wiki/Smart_mapping_for_tab_completion
|
|
|
|
(vim.keymap.set :i :<tab>
|
|
|
|
(vim.keymap.set :i :<tab>
|
|
|
|