diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-20 22:28:37 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-20 22:28:37 +1200 |
commit | d5c4e4d1b9947837d1978fde8d17906d96246a68 (patch) | |
tree | 0b349934af810aed81b6ad8124a592e3ddbd7ff7 /vim | |
parent | Remove .vimrc 'showmode' setting (diff) | |
download | dotfiles-d5c4e4d1b9947837d1978fde8d17906d96246a68.tar.gz dotfiles-d5c4e4d1b9947837d1978fde8d17906d96246a68.zip |
Tidy 'ruler' setting in .vimrc
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -55,12 +55,9 @@ nnoremap ]b :<C-U>bnext<CR> " Always tell me the number of lines changed by a command set report=0 -" Command-line based features +" Show my current position in the status bar, default format is fine if has('cmdline_info') - - " Show my current position in the status bar set ruler - endif " Current date and time insertion commands, requiring POSIX date(1) |