update
This commit is contained in:
parent
ca0d4faec4
commit
bde11a8bd6
|
@ -15,6 +15,9 @@
|
||||||
(map! [n :noremap] :<leader>fh "<cmd>Telescope help_tags<CR>")
|
(map! [n :noremap] :<leader>fh "<cmd>Telescope help_tags<CR>")
|
||||||
(map! [n :noremap] :<leader>fk "<cmd>Telescope keymaps<CR>")
|
(map! [n :noremap] :<leader>fk "<cmd>Telescope keymaps<CR>")
|
||||||
|
|
||||||
|
(map! [n :noremap] :<leader>tt "<cmd>terminal<CR>")
|
||||||
|
(map! [n :noremap] :<C-Space> "<cmd>bprev<CR>")
|
||||||
|
|
||||||
; remap keys so that they dont skip camelCase
|
; remap keys so that they dont skip camelCase
|
||||||
(map! [n :noremap :silent] :w "<Plug>CamelCaseMotion_w")
|
(map! [n :noremap :silent] :w "<Plug>CamelCaseMotion_w")
|
||||||
(map! [n :noremap :silent] :b "<Plug>CamelCaseMotion_b")
|
(map! [n :noremap :silent] :b "<Plug>CamelCaseMotion_b")
|
||||||
|
|
|
@ -28,6 +28,10 @@
|
||||||
(set! incsearch true) ; incramentally search
|
(set! incsearch true) ; incramentally search
|
||||||
(set! autoindent true)
|
(set! autoindent true)
|
||||||
(set! wildmode "longest,list")
|
(set! wildmode "longest,list")
|
||||||
|
(set! inccommand :split)
|
||||||
|
|
||||||
|
; (lua "opt.formatoptions:remove \"o\"")
|
||||||
|
|
||||||
(set! mouse :v)
|
(set! mouse :v)
|
||||||
(set! mouse :a)
|
(set! mouse :a)
|
||||||
; (set! clipboard :unnamedplus) ; use system clipboard
|
; (set! clipboard :unnamedplus) ; use system clipboard
|
||||||
|
|
Loading…
Reference in a new issue