Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion presentation_config.vim
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ au VimEnter no_plugins.vim command! BACK normal M17kzzH
au VimEnter no_plugins.vim command! RUN execute getline(".")
au VimEnter no_plugins.vim unmap H
au VimEnter no_plugins.vim unmap L
" why dont these work :(

" these should work when 'literally' entered:
" 'ctrl_v ctrl_f' and 'ctrl_v ctrl_b', so the escape sequence gets entered properly
" instead of just '^f' and '^b'
" au VimEnter no_plugins.vim nnoremap ^f :GO<CR>
" au VimEnter no_plugins.vim nnoremap ^b :BACK<CR>