Compare commits

...

2 Commits

Author SHA1 Message Date
17ffb678aa Add shortcuts 2024-07-23 02:52:34 -07:00
980d51fcd1 Add Supermaven Toggle Shortcut 2024-07-22 22:02:28 -07:00

View File

@ -8,8 +8,20 @@ set expandtab
set smartindent
colorscheme catppuccin-mocha
let mapleader=" "
nnoremap <leader>pv :Vex<CR>
nnoremap <leader><CR> :so ~/.config/nvim/vimrc.vim<CR>
nnoremap <leader>e :Ex<CR>
nnoremap <leader><CR> :so ~/.config/nvim/vimrc.vim<CR>
nnoremap <Leader>s<CR> :w<CR>
" Toggle Supermaven plugin
nnoremap <leader>sm :SupermavenToggle<CR>
" Helpful Movment Mappings
" Check out https://sidneyliebrand.medium.com/a-collection-of-vim-key-binds-4d227c9a455
noremap J }
noremap K {
noremap H ^
noremap L $