diff options
author | tv <tv@krebsco.de> | 2019-02-16 19:30:37 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-02-16 19:30:37 +0100 |
commit | 6da86a30a99aed3819af07e2ecb781c17669411c (patch) | |
tree | fa330807b76346985e3ce442117a704588b274a1 /tv | |
parent | fc1e69f9d13e28e3bceb8bfd1733b87cc6e57174 (diff) |
tv vim: map <f3> :ShowSyntax
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/vim.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index 2dd2e742b..a45e040e6 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> |