[screen] include a hack for 'zoom'

This commit is contained in:
Julin S 2022-04-20 22:59:43 +05:30
parent 5b917f65e5
commit f98d104526
2 changed files with 9 additions and 1 deletions

View File

@ -4,3 +4,10 @@
# hardstatus on
# hardstatus alwayslastline
# hardstatus string "%w"
# A crude form of tmux 'zoom'
# https://old.reddit.com/r/commandline/comments/73d5ti/any_way_to_emulate_thezoom_pane_feature_of_tmux/
#
# bindkey ^O resize max
# bindkey ^P resize =

View File

@ -93,5 +93,6 @@ autocmd filetype tex nnoremap <Leader>i ciw\textit{<Esc>pa}<Esc>
" textbf
autocmd filetype tex nnoremap <Leader>b ciw\textbf{<Esc>pa}<Esc>
" vhdl
" Other languages
autocmd FileType vhdl setlocal shiftwidth=2 softtabstop=2 expandtab
autocmd FileType sml setlocal shiftwidth=2 softtabstop=2 expandtab