Skip to content

Commit

Permalink
vim: Add the best yaml mappings ever
Browse files Browse the repository at this point in the history
  • Loading branch information
lindhe committed Aug 3, 2024
1 parent 8f4e4cd commit 3502450
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ inoremap <F9> <Esc>:LspStop<CR>a
nnoremap <F10> :BlamerToggle<CR>
inoremap <F10> <Esc>:BlamerToggle<CR>a
" YAML helpers
nnoremap <leader>y :.!~/git/lindhe/scripts/terminal/pathToYaml.sh<CR>
vnoremap <leader>y :!~/git/lindhe/scripts/terminal/pathToYaml.sh<CR>
"}}}

""""""""""""""""""""""""""""""" Movement """"""""""""""""""""""""""""""""{{{
Expand Down

0 comments on commit 3502450

Please sign in to comment.