Compare commits

...

2 Commits

Author SHA1 Message Date
Talia 41592c57d2 Add nvim g# alias for quick buffer switchig 2024-07-10 14:13:34 +02:00
Talia d13b2af64e Add aliases for BHD and BHK 2024-07-10 09:26:48 +02:00
1 changed files with 5 additions and 0 deletions

5
vimrc
View File

@ -15,3 +15,8 @@ set foldlevel=99
set foldlevelstart=99
set foldmethod=expr
set foldexpr=nvim_treesitter#foldexpr()
com Pin BHK
com Drop BHD
nnoremap g# :b #<CR>