summaryrefslogtreecommitdiffstats
path: root/tv/2configs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2019-02-16 19:30:37 +0100
committertv <tv@krebsco.de>2019-02-16 19:30:37 +0100
commit51f21751e7e627cd8e3e7f3656eb269261d6fd06 (patch)
treed8fa08eb99de4c85cb996ac300192456dce330ce /tv/2configs
parentc572737d856f2fd12632c7b2f755dfcaae7dae32 (diff)
tv vim: map <f3> :ShowSyntax
Diffstat (limited to 'tv/2configs')
-rw-r--r--tv/2configs/vim.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix
index 2dd2e74..a45e040 100644
--- a/tv/2configs/vim.nix
+++ b/tv/2configs/vim.nix
@@ -490,6 +490,8 @@ let {
inoremap <f1> <esc>:tabp<cr>
inoremap <f2> <esc>:tabn<cr>
+ noremap <f3> :ShowSyntax<cr>
+
" <C-{Up,Down,Right,Left>
noremap <esc>Oa <nop> | noremap! <esc>Oa <nop>
noremap <esc>Ob <nop> | noremap! <esc>Ob <nop>