Questions tagged [backspace]

26 questions
29
votes
12 answers

Backspace does not work in Cygwin

I just installed Cygwin and the BACKSPACE functionality is not there, i.e. when I hit the Backspace key, I get a space. I've been trying to research this issue on Google, but did not find anything conclusive.
user620189
  • 391
  • 1
  • 3
  • 3
19
votes
4 answers

MobaXterm backspace sends ^H

Long question: I'm trying to test my simple HTTP Server by Telnet-ing alot of requests and seeing how the server reacts. But when i make a typo and press Backspace to erase the previous character, MobaXterm sends ^H instead of removing the character…
DutChen18
  • 333
13
votes
1 answer

Terminal on Mac - Delete key behavior

I'd like the delete key (well, the Fn+Backspace combination) on my Mac to behave the same way in the Terminal as it does normally. That is, to do forward-delete. Right now it outputs tilde - at least that's what I can see. In Binding Fn-Delete in…
8
votes
1 answer

Backspace key not working in vim

I am using vim under Terminal.app and just a few days ago the backspace key stopped working. Whenever I am in insert mode, the backspace key does nothing. However, when I am in normal mode, the backspace key moves the cursor back a character. In…
Wuffers
  • 19,619
7
votes
4 answers

backspace not working, even after attempted fix

I tried following the instructions in Backspace key not working in vim , but I still have the same problem: BACKSPACE inserts a ^? That is to say: inserting set bs=indent,eol,start in my ~/.vimrc did not solve the problem. I am sure that I am…
dsg
  • 1,199
5
votes
2 answers

cmd+backspace = delete word on OSX

How can I make OSX backward delete one word by pressing cmd+backspace? Currently it deletes the whole line. Alt+Backspace works, but I want it to be cmd+backspace, like in Windows. I tried Spark Shortcut Manager, but it didn't…
A.G.
  • 209
5
votes
3 answers

How can I enable backspace key in VI?

I have bare-bone FreeBSD installation. No package installed. And VI doesn't accept backspace key. (I pressed backspace key but nothing happen) How can I enable backspace key in VI? Oh, and I'm using Mac, and controlling FreeBSD on VM or via…
Eonil
  • 6,094
4
votes
1 answer

Set nautilus up action to backspace

I use arch linux. I had changed the Up action of nautilus from Alt+left arrow to Backspace. But after a full update, it reverted back to Alt+left. I checked the file '~/.config/nautilus/accels' but it is still set as Backspace. The nautilus version…
sajinmp
  • 338
4
votes
1 answer

Sublime Text mac shift-delete (backspace)

In Sublime Text (2), I can't find the shift-delete that I had in BBEdit, where shift delete removes one character from the right of the cursor. I can't turn on this keyboard shortcut. How can I do this in Sublime Text preferences files? I can't find…
4
votes
1 answer

Ctrl+h causing backspace instead of help in emacs on cygwin

I want to access the help for a command by using ctrl+h in emacs, but it keeps deleting the previous character. I googled it, and apparently ctrl+h is backspace in a terminal. How do I remove this key mapping? I use regular backspace, and I want to…
gsgx
  • 1,103
  • 5
  • 16
  • 26
3
votes
3 answers

How to configure backspace to delete 1 char with ts,sw,sts & et configured in vim

I have the following in my vimrc: set tabstop=8 set shiftwidth=4 set softtabstop=4 set expandtab set backspace=indent,eol,start set autoindent This does what I want: insert spaces only, never tab characters; pressing tab inserts 4 spaces;…
Lewis
  • 31
  • 2
3
votes
1 answer

Why do I see the weird backspace behaviour on my shell sometimes?

I use bash shell and sometimes all of a sudded, my Backspace key stops working (when this happens Ctrl + Backspace still works fine) I am not sure why this happens, but it also carries over to any vim sessions that I use from the shell. To my…
Lazer
  • 18,407
2
votes
1 answer

Delete a word in MS Word while retaining the preceding space?

I'm using MS Word 2011 on Mac OS X but I assume that it's got very similar functionality to its Windows counterpart. If I delete a word in MS Word (using ctrl-delete on Windows, and cmd-delete on Mac), then MS Word typically deletes the space…
2
votes
1 answer

Winmerge parent folder navigation is broken

After certain version Winmerge is not accepting Backspace to navigate to parent folder. I.e. if I compare folder D:\StreamOne\DirA\DirB with D:\StreamTwo\DirA\DirB I see files compared in DirB folders. Old behavior was that hitting Backspace changes…
IgorStack
  • 131
  • 4
1
vote
1 answer

Laptop randomly presses "backspace" even with disabled keys

I have the most annoying problem in this god damned world. Every time i am browsing the internet the computer randomly presses backspace and throws me to the previous page. it happens completely randomly. Sometimes it doesn't happen for hours and…
Timo
  • 29
1
2