This commit is contained in:
2023-07-08 15:20:41 +03:00
parent fd3a1f581d
commit edfc26c539
7 changed files with 8 additions and 1863 deletions

View File

@ -62,8 +62,8 @@ noremap('n', '<leader>ar', ':source ~/.config/nvim/init.lua<CR>')
noremap('n', '<leader>ac', ':cd ~/.config/nvim/<CR>')
-- keymap switches
noremap('n', '<leader>me', ':set keymap=<CR>')
noremap('n', '<leader>mh', ':set keymap=hebrew<CR>')
noremap('i', '<C-x>', '<Esc>:set keymap=<CR>a')
noremap('i', '<C-z>', '<Esc>:set keymap=hebrew<CR>a')
-- telescope
noremap('n', '<leader>tt', ':Telescope<CR>')