Linux命令行编辑器emacs如何快速定位光标

###ls command with -F option
ls -F list the content and if the content is a directory then followed by a /
###complete the command with tab or hint with esc
tab complete the command
ESC twice complete the command or hint

操作方法

  • 01

    ###how to use emacs ctrl+b move back on character ctrl+f move forward one character del delete the character to the left of the cursor

  • 02

    ctrl+d delete the character underneath the cursor ctrl+a move to the start of the line ctrl+e move to the end of the line

  • 03

    esc-f move forward a word esc-b move backward a word ctrl+l clear the screen,reprint the current line at the top ctrl+k kill or delete the text from the current cursor position to the end of the line

  • 04

    esc-d kill from te cursor to the end of the current word,or if between words,to the end of the next word esc-del kill from the cursor the start of the previous word,or if between words,to the start of the previous word ctrl+w kill from the cursor to the previous white space.This differs from esc-del because the boundaries separating words differ.

  • 05

    ### fc -l(low case letter L) history-number to edit the history command

  • 06

    ##to display the environment variables echo $PATH echo $PS1

(0)

相关推荐

  • 如何利用注册表编辑器查找功能快速定位注册表项?

    当我们针对注册表编辑器进行相关操作时,里面密密麻麻的各种注册表项和键值实在让人头疼,那么有没有简单的方法让我们快速查找和定位注册表项呢?比如我们的首页被篡改成hao123,删除注册表是彻底有效的方法, ...

  • 如何配置Linux命令行的字体和背景颜色

    我们使用Linux的时候,经常需要使用命令行.Linux命令行的背景默认是白色的,字体默认是黑色,14像素的.那么我们如何根据自己的喜好配置Linux命令行的字体和背景颜色呢?下面小编给大家分享一下. ...

  • 如何在Linux命令行中刻录ISO或NRG镜像到DVD

    问题:我需要在Linux机器上使用DVD刻录机刻录一个镜像文件(.iso或.nrg)到DVD,有没有一个既快捷又简易的方法,最好是使用命令行工具? 最常见的两种镜像文件格式是ISO(.iso为文件扩展 ...

  • 如何使用Linux命令行检测DVD刻录机的名字和读写速度

    提问:我想要知道我的DVD刻录机的名字和在烧录时的速度。该使用什么Linux命令行工具来连测DVD刻录机的设备名和速度? 如今大多数消费PC和笔记本电脑都配备了DVD刻录机。在Linux中,光盘驱动器 ...

  • 怎么从Linux命令行刻录镜像文件到DVD光盘中

    当我们在操作Linux系统的时候,需要将镜像文件刻录到DVD中,那么要怎么做呢?下面小编给大家介绍下怎么从Linux命令行刻录镜像文件到DVD中,一起来学习下吧。 最常见的两种镜像文件格式是ISO(. ...

  • linux命令行修改IP的2个方法

    本文介绍了通过linux命令行修改IP的方法,通过linux命令行修改IP可以通过以下两种方式实现。 方式一: ifconfig eth0 192.168.1.18 netmask 255.255.2 ...

  • 切换ubuntu下图形模式与linux命令行模式

    本文讲述了linux下图形模式与linux命令行模式切换要领。下面将对此执行 细致说明: ctrl+alt+f2 命令行模式 ctrl+alt+f7 图形模式 我安装的是ubuntu版本,其他版本是不 ...

  • 切换Linux系统下图形界面与Linux命令行模式

    本文为您讲解假如在Linux系统下实现图形界面与Linux命令行模式切换。 一、Linux系统安装的流程中默认语言是英文,而不是中文简体(安装流程中有两次制定语言选项,起决定作用的是第二次) 二、Li ...

  • Linux命令行之逗趣的图文

    你有没有在Linux命令行中见过一辆火车呢?"猫跟老鼠"呢?编辑Linux命令行其实并不总是件严肃古板的事情。你完全可以用它自娱自乐。下面我们就跟大家一起讨论一下Linux命令行的特质。 假设:本文所 ...