Created
October 28, 2015 13:51
-
-
Save tyrcho/622b7d6e6c93a6cab964 to your computer and use it in GitHub Desktop.
vim / gvim init script vimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
noremap <silent> <F4> :let @* = expand("%:p")<CR> | |
http://stackoverflow.com/questions/916875/yank-file-name-path-of-current-buffer-in-vim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment