iT邦幫忙

2

在vim 裡設定「行號」 Ubuntu /Debian

vim
  • 分享至 

  • xImage
  •  

當我們在 Ubuntu 環境寫 python3 時,且使用vim 都會希望有「行號」,
本文教學如何在 vim 裡面設定行號,方便各位程式設計師撰寫程式

vim 行號的圖片:
https://ithelp.ithome.com.tw/upload/images/20230808/20126723IyXUEyMamg.jpg

Ubuntu/Debian:

$ sudo vim /etc/vim/vimrc.local
$ sudo vim /etc/vimrc
$ touch ~/.vimrc
$ vim ~/.vimrc
:set number

然後,再 vim 編輯器裡面打上 :set number ,然後 ,存檔。

  1. sudo vim /etc/vim/vimrc.local
  2. sudo vim /etc/vimrc

指令說明:
sudo(空格)vim(空格)/etc/vim/vimrc.local
sudo(空格)vim(空格)/etc/vimrc

圖片說明:
https://ithelp.ithome.com.tw/upload/images/20230822/20126723qkKDh5kSsK.jpg

第一項. 跟第二項. 這兩個檔案都是一樣的操作,都在檔案裡面打上 :set number

備註:
Linux 檔案系統(File Systems) /etc 是儲存特定於主機的系統範圍配置文件。

vim 指令:

  1. 存檔 與 離開 vim 指令 :wq
  2. 進入vim 輸入(insert model) 請按 i
  3. 離開 vim 輸入(insert model)請按 esc
:wq
i
esc

version: 2023080701
環境:
Ubuntu 20.04
Vim

youtube 影片操作:
https://youtube.com/shorts/LqSPNM58eyE?feature=share

Yes


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 則留言

1

How to set your person vim setting on your Ubuntu.
When we are coding the computer program, python3 using vim on the Ubuntu/ Debian. We all Do wantting the numbers of line on the vim text editor. I’m Billour Ou, Yes, I’m going to show you how to set the numbers of line on the vim.

Ubuntu/Debian:




$ sudo vim /etc/vim/vimrc.local
$ sudo vim /etc/vimrc
$ touch ~/.vimrc
$ vim ~/.vimrc

:set number

Note:
The Linux File Systems, /etc is host-specific system-wide configuration files.

vim commands:

  1. save and exit the vim :wq
  2. vim insert model, please hit i
  3. exit vim insert model, please hit esc

version: 2023080701
Ubuntu 20.04
Vim

Youtube video:
https://youtube.com/shorts/LqSPNM58eyE?feature=share

我要留言

立即登入留言