new: nvim: set space as leader
This commit is contained in:
parent
ac00b91145
commit
ec5caca41a
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ require('catppuccin').setup({
|
|||
vim.cmd.colorscheme "catppuccin"
|
||||
|
||||
-----------------------------------------------------------
|
||||
vim.g.mapleader = ' '
|
||||
-- some terminalmode settings
|
||||
vim.keymap.set('t', '<C-w>h', '<C-\\><C-N><C-w>h',
|
||||
{ noremap = true, desc = "Exit terminal-mode and move to left window." })
|
||||
|
|
Loading…
Reference in a new issue