Skip to content

Commit

Permalink
🔧 Update keymapping to toggle presentation free mode for Jetbrains ID…
Browse files Browse the repository at this point in the history
…E via IdeaVim
  • Loading branch information
wingy3181 committed Jan 26, 2024
1 parent 3858ffa commit 2079805
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/other/ideavimrc
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,11 @@ let g:WhichKeyDesc_reload_ideavimrc = "\\r Reload IdeaVim"
nmap <leader>td <Action>(ToggleDistractionFreeMode)
let g:WhichKeyDesc_toggle_distraction_free_mode = "<leader>td Distraction Free mode"

" Toggle Presentation Free mode

nmap <leader>tp <Action>(TogglePresentationAssistantAction)
let g:WhichKeyDesc_toggle_presentation_free_mode = "<leader>tp Presentation Free mode"

" Toggle Zen mode

nmap <leader>tz <Action>(ToggleZenMode)
Expand Down Expand Up @@ -267,7 +272,7 @@ let g:WhichKeyDesc_call_hierarchy = "<leader>ch Hierarchy"

" [,tn ] Toggle NERDTree.
nmap <leader>tn :NERDTreeToggle<cr>
let g:WhichKeyDesc_call_hierarchy = "<leader>ch NERDTree"
let g:WhichKeyDesc_call_hierarchy = "<leader>tn NERDTree"

""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Source Code Editing
Expand Down

0 comments on commit 2079805

Please sign in to comment.