summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--curtis/.config/nvim/init.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/curtis/.config/nvim/init.vim b/curtis/.config/nvim/init.vim
index 32d3caab..32341c60 100644
--- a/curtis/.config/nvim/init.vim
+++ b/curtis/.config/nvim/init.vim
@@ -20,6 +20,7 @@ command! W w
 
 colorscheme trivial
 
+autocmd TermOpen * setlocal statusline=%{b:term_title}
 autocmd BufEnter term://* startinsert
 autocmd BufNewFile,BufRead *.asm,*.mac setfiletype nasm
 autocmd FileType sh,zsh,ruby setlocal shiftwidth=2
n/order.y?id=e33a5a661e3d0c8a0e1f605b43be6c1390392c20&follow=1'>Specify precedence of unary versions of operatorsJune McEnroe 2019-05-18Add compound assignment operators to orderJune McEnroe 2019-05-15Support simple assignment in orderJune McEnroe 2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe 2019-05-10Use val instead of suboptargJune McEnroe 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe