summaryrefslogtreecommitdiff
path: root/ftplugin
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin')
-rw-r--r--ftplugin/ale-preview.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/ale-preview.vim b/ftplugin/ale-preview.vim
new file mode 100644
index 00000000..ffbffbd5
--- /dev/null
+++ b/ftplugin/ale-preview.vim
@@ -0,0 +1,2 @@
+" Close the ALEPreviewWindow window with the q key.
+noremap <buffer> q :q!<CR>