Mapped F2 to toggle numbers in vim.
This commit is contained in:
parent
74730d064b
commit
e8ba95a0ff
1
vimrc
1
vimrc
@ -45,6 +45,7 @@ set smartcase
|
|||||||
syntax on
|
syntax on
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
imap jk <Esc>
|
imap jk <Esc>
|
||||||
|
map <F2> :set nonumber!<CR>
|
||||||
"Change working dir to current dir
|
"Change working dir to current dir
|
||||||
:cd %:p:h
|
:cd %:p:h
|
||||||
"execute Makefile
|
"execute Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user