From 5e73714ccb1423d72b67e16d8a1b6d81cc384f34 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 21 Sep 2019 18:44:02 +0200 Subject: ftplugin/go.vim: Change `cf` mapping to `cd` This mapping conflicted with the `cf` mapping in my `vimrc` that copies the current filename/relative path to the clipboard. --- ftplugin/go.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftplugin') diff --git a/ftplugin/go.vim b/ftplugin/go.vim index 4f32aa1..7117c5a 100644 --- a/ftplugin/go.vim +++ b/ftplugin/go.vim @@ -7,7 +7,7 @@ compiler go nnoremap cc :make " Compile file -nnoremap cf :make % +nnoremap cd :make % " Compile & run file nnoremap cr :!go run % -- cgit v1.2.3