Browse Source

* Open terminal in split window

pull/1/head
Harish.K 8 years ago
parent
commit
cdd9e044be
  1. 1
      home/.config/nvim/init.vim

1
home/.config/nvim/init.vim

@ -6,6 +6,7 @@ set mouse=a
" Cd to current file's directory
command! Header :execute '0r!file-header %'
command! Term :execute 'sp | term'
command! Cwd :execute 'cd %:p:h'
command! Reload :execute "bufdo execute 'checktime . bufnr('%')'"

Loading…
Cancel
Save