Improved vimrc support for terminal mode changes
This commit is contained in:
@@ -37,8 +37,9 @@ set incsearch
|
|||||||
" Workspace location
|
" Workspace location
|
||||||
let g:workspace_session_directory = $HOME . '/.vim/sessions/'
|
let g:workspace_session_directory = $HOME . '/.vim/sessions/'
|
||||||
|
|
||||||
" Set shell to bash
|
" Terminal
|
||||||
set shell=bash\ -l
|
set shell=bash\ -l
|
||||||
|
tnoremap <Esc> <C-\><C-n>
|
||||||
|
|
||||||
" Shortcuts
|
" Shortcuts
|
||||||
command! Proximate :e ~/Cloud/Notes/Proximate.md
|
command! Proximate :e ~/Cloud/Notes/Proximate.md
|
||||||
|
|||||||
Reference in New Issue
Block a user