- Timestamp:
- Jun 18, 2021, 9:03:13 PM (4 years ago)
- Branches:
- master
- Children:
- 4ece9d5
- Parents:
- 8f2219b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vim/.vimrc
r8f2219b r5b70e1b 1 " Initialization 2 filetype plugin on 3 4 call plug#begin(has('nvim') ? stdpath('data') . '/plugged' : '~/.vim/plugged') 5 Plug 'tpope/vim-fugitive' 6 call plug#end() 7 1 8 " Emacs keys in insert mode 2 9 imap <C-p> <Up> … … 35 42 return [text_before, text_after] 36 43 endfunction 44 "
Note:
See TracChangeset
for help on using the changeset viewer.