diff --git a/.vimrc b/.vimrc index d3211dd..d27b862 100644 --- a/.vimrc +++ b/.vimrc @@ -243,6 +243,11 @@ endif " happens when pasting into the current file) set pastetoggle= +" Tab navigation +nmap :tabnew +nmap :tabnext +nmap :tabprevious + " Prettify json and javascript map jt :%!json_xs -f json -t json-pretty