Skip to content

Commit

Permalink
update statusbar
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMF committed Aug 7, 2024
1 parent 99a5507 commit 8e4f8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editors/vim/my_settings/keymap.vim
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ imap <Nul> <Space>
:map ;q <Esc>:set wrap!<CR>| " favour ventilated prose
:map ;qq <Esc>magq}``| " par command paragraph formatting
:map ;qw <Esc>magw}``| " Vim's paragraph formatting
:map ;T <Esc>:set laststatus=0<CR>| " off statusbar
:map ;T <Esc>:set laststatus=2<CR>| " show statusbar
:map ;Tm <Esc>:set statusline=%f%h%w\ [%Y]\ [%l,%v]\ %L:%p%%\ %{strftime('%c')}<CR><CR>| "minimal statusbar
:map ;Ts <Esc>:set statusline=%f%m%r%h%w\ [%{&ff}]\ [%Y]\ [ASCII=\%3.3b]\ [HEX=\%02.2B]\ [%l,%v][%p%%]\ [TOTAL=%L]\ TIME:\ %{strftime('%c')}<CR><CR>| "normal statusbar
:map ;ttt <Esc>:set laststatus=2<CR>| " on statusbar
Expand Down

0 comments on commit 8e4f8ab

Please sign in to comment.